Hello all
I have here see below
a filter from a colleague get
I do not know if it works with this theme.
Especially I do not know where I have to install the filter
can you help me further
thank you and kind regards
Franz
sorry on this page
Link below
Hi,
Your snippet is to make the single product gallery images 250×250, but I don’t see that you have any single product gallery images on your product pages, so I assume that you was hoping this would do something else.
Nonetheless I added it to the end of your child theme functions.php file in Appearance ▸ Editor:
add_filter( 'woocommerce_get_image_size_gallery_thumbnail', function( $size ) {
return array(
'width' => 250,
'height' => 250,
'crop' => 1,
);
});
Perhaps this article will help you with what you are trying to achieve: How to override WooCommerce Image Sizes
Best regards,
Mike
Sorry mike
yes, then I have completely misunderstood.
I thought if you look at page. Link below:
these images are very large.
is there an option how i can make them smaller?
thank you
kind regards
Franz
Hello Mike
Dane for your patience
I think I have found a way to do that.
you can delete this ticket
kind regards
Franz
Hi,
Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike