From 1b899ba203683a4b48f122808914cb2fb4bcf590 Mon Sep 17 00:00:00 2001 From: Yurii Zusik Date: Thu, 10 Dec 2020 18:32:15 +0200 Subject: [PATCH] fix(storefront): BCTHEME-16 Cornerstone - loading of thumbnail image delayed on cart page (#1925 --- 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 6e8ef6eb2f..c6c10c99ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog ## Draft +- Cornerstone - loading of thumbnail image delayed on cart page . [#1925](https://github.com/bigcommerce/cornerstone/pull/1925) - Parse HTML entities in jsContext. [#1917](https://github.com/bigcommerce/cornerstone/pull/1917) - Product images squashed in Category view in AMP. [#1921](https://github.com/bigcommerce/cornerstone/pull/1921) - Fixed misaligned tooltip for required product option. [#1915](https://github.com/bigcommerce/cornerstone/pull/1915) diff --git a/templates/components/cart/content.html b/templates/components/cart/content.html index bc390c2420..2fff575a03 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='disabled' + lazyload=../theme_settings.lazyload_mode default_image=../theme_settings.default_image_product }} {{/if}}