- This topic has 7 replies, 2 voices, and was last updated 10 years, 7 months ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Skope Theme Support › Thumbnails on the hompage
Is there a way to use thumbnails instead of scaled images on the homepage?
You can use any type of content in any place of the homepage. Which part of the homepage are you referring to?
Again, http://www.kreativnamreza.hr 🙂 Latest articles below welcome widget.
Actually those images are thumbnails, but they are automatically resized to whatever the size of the div that they are held in. If you take a look at your home.php file you’ll notice that they are created with the class – “Featured”. So in your functions.php file you can add an image size that will change anything labeled “Featured”….which should be just on the homepage. You can add the image size code in your functions.php file right under the other two (near the top) –
add_image_size( 'Featured', 220, 150, TRUE );
You’ll alos want to download and run a plugin called Regenerate Thumbnails – http://wordpress.org/extend/plugins/regenerate-thumbnails/ ….if you haven’t already. This will automatically adjust all of your thumbnail images to the correct size.
Thanks, it worked!
Is there a way to set thumbnail quality?
What do you mean by “set thumbnail quality”?
Image compression ratio or something similar…
I’m not sure……but thats a question I’m sure someone from StudioPress could answer if you post it in the Genesis Framework section.