From c72869ec3fcb3e99921ff2ac7b89b5816c53bf9d Mon Sep 17 00:00:00 2001 From: abhisheks Date: Sun, 26 Nov 2023 18:25:22 +0530 Subject: [PATCH] fix: product images are resized automatically while while switching --- templates/catalog/_partials/product-cover-thumbnails.tpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/catalog/_partials/product-cover-thumbnails.tpl b/templates/catalog/_partials/product-cover-thumbnails.tpl index aaf8111..396d329 100644 --- a/templates/catalog/_partials/product-cover-thumbnails.tpl +++ b/templates/catalog/_partials/product-cover-thumbnails.tpl @@ -22,15 +22,15 @@ * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) * International Registered Trademark & Property of PrestaShop SA *} -
+
{block name='product_cover'} -
- {$product.cover.legend} +
+ {$product.cover.legend}
{/block} {block name='product_images'} -
+
    {foreach from=$product.images item=image}