Where to add this code?
add_filter( ‘woocommerce_gallery_thumbnail_size’, ‘custom_woocommerce_gallery_thumbnail_size’ );
function custom_woocommerce_gallery_thumbnail_size() {
return ‘thumbnail’;
}
Hey guys, I have the same issue. First of all, do you know a CSS code which does what the plugin does just that you don’t need to upload all the images but can use different sources (Amazon provides the images for me). And second the plug in only turns my images so it only adds bars on top and bottom and not the sides.
https://www.dropbox.com/s/n276s7wfb9gn0rj/Captur5.PNG?dl=0
Kind regards