Tagged: product list, thumbnails
In the “Product list” widget the thumbnails are cropped :(
How can I prevent the thumbnails from being cropped?
Also, how can I get the thumbnails of the “Product list” widget larger?
Please see link in Private content.
Best regards
Oriano
Hey orianos,
Thank you for the inquiry.
You have to modify or override the woocommerce/templates/content-widget-product.php file and define a custom thumbnail for the get_image function in this code around line 32.
<?php echo $product->get_image(); // PHPCS:Ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
Please check this documentation for more info on how to override a Woocommerce template file.
// https://woocommerce.com/document/template-structure/
Best regards,
Ismael
Hi Ismael
Thanks for your answer.
Best regards
Oriano