For the complete documentation index, see llms.txt. This page is also available as Markdown.

General Questions

I need to change the default WooCommerce sizes, is it possible?

Yes, you can use the “Image Sizes” option to change the default dimensions. To do this, go to the plugin settings under WooCommerce → Smart Image Resize → Settings → Advanced Settings.

Can I use the plugin to resize my blog Images?

Yes you can! Since only product images are resized by default, you need to add this code snippet to your theme functions.php under Appearance → Theme Editor:

That's it!

Can I use the plugin to resize non-product Images? and How?

Yes you can! To resize images attached to any other post types, add the post type to $post_types array in the code snippet below:

Can I resize all images in Media Library?

Yes you can! to do that you need to add this code snippet to your theme functions.php under Appearance → Theme Editor:

Can I use the plugin with Dokan Multivendor?

Yes you can!

Can I use the plugin with WC Vendors ?

Yes you can! Just add this code snippet to your theme functions.php under Appearance → Theme Editor.

Does the plugin resize images while importing products from a CSV or XML file?

Yes! Just make sure your server memory limit is set to at least 512M since bulk-import can be a resource-intensive task.

Is the plugin compatible with WP CLI?

Yes! You can use the command wp media regenerate to regenerate thumbnails to match your settings.

Can I remove the plugin after resizing my existing images?

Deleting the plugin is not recommended unless the resizing was performed with “Resize Original Image” enabled, as WooCommerce or other plugins may revert the changes.

How can I update the plugin to the latest version?

You can update the plugin via the Plugins page in your WordPress dashboard. When a new version is available, an notice will appear when viewing the Plugins page.

I don't find answer to my questions.

We're just a click away to answer all your questions. Contact us at support@sirplugin.com

Last updated