Thumbnail size on homepage

Homepage Community Forums Agile Theme Support Thumbnail size on homepage

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #990
    Bert
    Customer

      Hello,
      I like the Agile theme but would like to have larger thumbnails on the homepage (200×200 pixels instead of 150×150). I tried adjusting the thumbnail setting in Dashboard/Settings/Media, but nothing changed. Then I tried adjusting width and height for home-portfolio-thumbnail in functions.php, but again nothing changed. So where can I change this?
      Best regards, Bert

      #991
      Wes
      Moderator

        First adjust the width and height to the size that you need in your functions.php file –

        add_image_size( 'home-portfolio-thumbnail', 150, 150, TRUE );

        Then download and run a plugin called Regenerate Thumbnails – http://wordpress.org/extend/plugins/regenerate-thumbnails/. This plugin will automatically regenerate all of the image thumbnails of your site to adjust to the changes you made in your functions file.

        Let me know if this works.

        #992
        Bert
        Customer

          Hi Wes,
          Thanks for the quick reply!
          It worked for me.
          Best regards,
          Bert

          #993
          Wes
          Moderator

            You’re Welcome!

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘Thumbnail size on homepage’ is closed to new replies.