fbpx
Want To Add Extra Images Per Product Variation For Free? Download Now

Diego Boria

I am using the plugin and the thumbnails are pixelated

For example:

https://atomik.com.ar/producto/zapatilla-deportiva-limav22/

Diego Boria

Sorry, I solve it, Run WooCommerce Temporary Data

Hakik Zaman

Hello Diego,

Thanks for reaching out to us. I have also added a snippet using the Code Snippet plugin-

add_filter( 'woocommerce_get_image_size_gallery_thumbnail', function( $size ) {
return array(
'width' => 180,
'height' => 180,
'crop' => 0,
);
} );

Glad to know you resolve your issue.

We really get excited & honored when you use our plugin on your site.

If you found our plugin helpful, could you leave your valuable review here: https://wordpress.org/support/plugin/woo-variation-gallery/reviews/?filter=5

Your rating keeps us inspired.

Thank You