Hey there,
a friend of mine uses a quite old version 1.4.1 from cmsms... And now he wants to regenerate all thumbnails from their original pictures and set a new thumbnail width and height... Is that somehow possible without readding all images?
Thanks!
Resize all thumbnails?
Re: Resize all thumbnails?
I guess you can set the new thumbsizes, then delete all images with prefix "thumb_" and visit each directory with ImageManager. Thumbs are recreated at that moment.
If there are too many images, it may take a while and you risk running out of the php_max_execution_time
If there are too many images, it may take a while and you risk running out of the php_max_execution_time
Re: Resize all thumbnails?
Ah cool, thanks, that works!!