Thumbnails on the hompage

Homepage Community Forums Skope Theme Support Thumbnails on the hompage

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1680
    informativka
    Customer

      Is there a way to use thumbnails instead of scaled images on the homepage?

       

      #1684
      Wes
      Moderator

        You can use any type of content in any place of the homepage. 聽Which part of the homepage are you referring to?

        #1687
        informativka
        Customer

          Again, http://www.kreativnamreza.hr 馃檪 Latest articles below welcome widget.

          #1688
          Wes
          Moderator

            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.

            #1691
            informativka
            Customer

              Thanks, it worked!

              Is there a way to set thumbnail quality?

              #1692
              Wes
              Moderator

                What do you mean by “set thumbnail quality”?

                 

                #1700
                informativka
                Customer

                  Image compression ratio or something similar…

                  #1701
                  Wes
                  Moderator

                    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.

                  Viewing 8 posts - 1 through 8 (of 8 total)
                  • You must be logged in to reply to this topic.