Automatic resizing of featured image at portfolio?

Homepage Community Forums Epik Theme Support Automatic resizing of featured image at portfolio?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #3472
    elenabrz
    Customer

      Hi Wes/Eric

      I’m working on the portfolio page, I want to use it to add the logos of clients and I have several questions (hehehe, yes several threads :P)

      I added a featured image to a post, but the image doesn’t automatically fit in its box…

      I don’t know if this is how it’s supposed to work so we have to work on each image before we upload it, if so which size?

      Is there any way to make this automatic?

      Thanks!

      #3473
      elenabrz
      Customer

        Here you can see it 😉

        #3479
        Eric
        Customer

          The image sizes are generally supposed to be 264 by 200….which is controlled by the image size set inside your functions.php file – “add_image_size( ‘portfolio-thumbnail’, 264, 200, TRUE );

          You may just need to try a plugin called Regenerate Thumbnails – http://wordpress.org/extend/plugins/regenerate-thumbnails/ and run it to see if it adjusts everything automatically (it should).

          This is what nearly all Genesis Developers (as well as other WP users) use to adjust image sizes. Anytime you add, remove, adjust an image size, its best to use a plugin like this since it will go through and adjust all of your images automatically to the size you have specified in your theme. You can read up on how it works on the plugin page, but all you really need to do is download it and run it and everything will be done instantly. You only need to run it if you change an image size….this works for sliders and pretty much any part of your theme that uses thumbnails.


          I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

          #3491
          elenabrz
          Customer

            Hi Eric

            The plugin says it successfully regenerated all media thumbnails, however I didn’t see any change whatsoever at portfolio page (I cleared cache)…so I’m working on each logo image individually on my desktop :S

            Thanks anyway!

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘Automatic resizing of featured image at portfolio?’ is closed to new replies.