How to resize image in cart_content.tpl?

Hi there. I want to have larger images in Cart Content block in cart-content.tpl the size is set to 40 x 40 px but I want it at 120 x 120. Also trying to add some classes to it but where ever I make change it doesn’t reflect on storefront, even after clearing cash.
Thank you

If you increase the image with css, the images will be blurred.

So use the checkout:minicart_product_info hook in the cart_content.tpl to override 40px value

1 Like