Auto resize images after adding a new size

I have added a new (small) image size to the theme we develop:

add_image_size('small', 160, 91, TRUE);

Read More

How to automatically generate these small images (exactly of the specified size) for every image uploaded in the past?

Related posts

Leave a Reply

1 comment