Hi,
you can override the thumbnail filter to resize it ‘shop_thumbnail’
For plugin support, fill up this form https://codeixer.com/s
I don’t see any resize option in your plugins settings can you help me to navigate?
you need to add custom code to resize the image.
For plugin support, fill up this form https://codeixer.com/s so we can help you with this issue.
What is the code? and that code is need to added in functions.php? will it effect other product images? or just your product slider.
No offense, but can you please help me here I don’t want to fill your form.
Here is the code below:
you need to add it in the functions.php file.
all images which use this filter will override to the new size.
add_filter( 'woocommerce_get_image_size_gallery_thumbnail', function( $size ) {
return array(
'width' => 150,
'height' => 150,
'crop' => 0,
);
} );
it’s okay if you do not want to fill the form but the form (codeixer site) is linked with our support portal which helps us to quickly reply and track the tickets.
I put this code in my site and it ruined it, can’t be fixed even after deleting it.
it has this huge image above my product and a slider and it’s not leaving..
thanks for the headache
Hi @leroytuttle ,
For plugin support, fill up this form https://codeixer.com/s so we can help you with this issue.
so I need I need a purchase key for technical support, why would is your code deleted still affecting my site? that’s Fckd up
@leroytuttle kindly create a new topic for discussion.
of course, you don’t need to provide a purchase key for free plugin support.
you need to select “Free Plugin Support” for this dropdown [What can we help you with? ] not “Technical Support”