From ba65083e6659c23b8178d941774e4cb24bb4fe8d Mon Sep 17 00:00:00 2001 From: Yurii Zusik Date: Wed, 8 Dec 2021 10:52:26 +0200 Subject: [PATCH] fix(storefront): BCTHEME-964 Loading unnecessary product lqip images on cart page --- CHANGELOG.md | 1 + templates/components/cart/content.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c82087053..b0916b20de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Draft - Admin Bar displays regardless of setting. [#2144](https://github.com/bigcommerce/cornerstone/pull/2144) +Fix Loading unnecessary product lqip images on cart page. [#2149](https://github.com/bigcommerce/cornerstone/pull/2149) ## 6.1.3 (11-10-2021) - Cannot see currency dropdown in storefront. [#2141](https://github.com/bigcommerce/cornerstone/pull/2141) diff --git a/templates/components/cart/content.html b/templates/components/cart/content.html index 976708a3e1..657f8ac9a1 100644 --- a/templates/components/cart/content.html +++ b/templates/components/cart/content.html @@ -23,7 +23,7 @@ image=image class="cart-item-image" fallback_size=../theme_settings.productthumb_size - lazyload=../theme_settings.lazyload_mode + lazyload="lazyload" default_image=../theme_settings.default_image_product }} {{/if}}