Images Don't Resize
This article will help you perform some checks to determine why images don't resize.
Last updated
Was this helpful?
This article will help you perform some checks to determine why images don't resize.
Last updated
Was this helpful?
If you already uploaded images to media library, make sure you regenerate thumbnails by
Resizing and trimming are resource-intensive tasks especially when processed images are large, make sure:
In the plugin settings (under WooCommerce menu → Smart Image Resize), select only sizes prefixed by woocommerce_ in the Sizes option.
You increase server memory_limit
to at least 512M
. (Recommended 1024M
)
Make sure you:
clear your browser cache
purge any caching plugin if present
purge CloudFlare cache if present
Images uploaded trough WP REST API using the route /wp/v2/media
are not resized by default. To enable it:
Add this code snippet to your theme functions.php:
or add this boolean parameter in your request _processable_image
By default, images uploaded trough the frontend are not resized, to enable it, add this code snippet to your theme functions.php:
No worries! We're here to help, send us your support request at support@sirplugin.com and we'll make to get it sorted.