I’m building a WordPress theme where I use custom thumbnail sizes. I use the filter
add_image_size( 'Gallery list', 350, 200, true );
That works fine until I edit the original image in WordPress. For example, I’ve rotated a few of the images. When I click on the thumbnail it takes me to the now corrected image, however the thumbnail itself is as it was.
Do I need to regenerate these thumbnails? Is there a way to do this automatically after editing the image?
Thanks for your help.
Keith
Leave a Reply