Hi
I'm trying to rewrite template for:
Magento\CatalogWidget:roduct/widget/content/grid.phtml
I need to change image size:
<?php echo $block->getImage($_item, $image)->toHtml(); ?>
What will be the best way to do it?