Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(storefront): BCTHEME-964 Loading unnecessary product lqip images on cart page #2149

Merged
merged 2 commits into from
Dec 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Replace schema microdata with LD+JSON tag. [#2138](https://github.com/bigcommerce/cornerstone/pull/2138)
- Translation Gap: Checkbox Option selection on Product. [#2063](https://github.com/bigcommerce/cornerstone/pull/2063)
- 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)
- Translation updates November 2021. [#2146](https://github.com/bigcommerce/cornerstone/pull/2146)

## 6.1.3 (11-10-2021)
Expand Down
2 changes: 1 addition & 1 deletion templates/components/cart/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down