Hello Rodrigo Alberto Reyes Garcia,
Add the following codes to your Child theme’s function.php file:
add_filter( ‘woocommerce_get_image_size_gallery_thumbnail’, function( $size ) {
return array (
‘crop’ => 0,
);
} );
Thanks
Hello Rodrigo Alberto Reyes Garcia,
Add the following codes to your Child theme’s function.php file:
add_filter( ‘woocommerce_get_image_size_gallery_thumbnail’, function( $size ) {
return array (
‘crop’ => 0,
);
} );
Thanks
Hello Shahin
Thanks for your answer but it does not work, I added the code in Child themes function.php file, I try to regenerate thumbnails and nothing, I cleaned browser cache and nothing, it still showing 100×100.jpg as you can see:
https://supply-demo.com/tienda/hombre/jeans/slim/jeans-slim-4/
Can you help me please.
Regards
RR
Hello, Ahmed aswered by chat and his code works:
add_filter( ‘woocommerce_get_image_size_gallery_thumbnail’, ‘override_woocommerce_image_size_gallery_thumbnail’ ); function override_woocommerce_image_size_gallery_thumbnail( $size ) { // Gallery thumbnails: proportional, max width 200px return array( ‘width’ => 200, ‘height’ => 200, ‘crop’ => 0, ); }
Regards!
Rodrigo R.
Hi Rodrigo Alberto,
We really get excited & honored when you use our plugin in your site.
If you found my support 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
Thank you!
Blurred Low Res Thumbnails Images
Rodrigo Alberto Reyes Garcia
Hello, Can you help me please
Variation Thumbnails Images are blurred, like low resolution, When you see the image URL, it has “-100×100.jpg” in the final, so it is showing a poor quality image.
You can see an example on my site:
https://supply-demo.com/tienda/hombre/playeras/manga-corta-playeras/playera-slim-cuello-redondo-4/
Or in the thumbnails:
Please help me to change the resolution to see the images with other thumbnail size please!
Regards
Rodrigo R.
[email protected]