From 4e36eb90ccd047ff019408e1a3e689381ce909e0 Mon Sep 17 00:00:00 2001 From: Nathan Booker Date: Sun, 23 Sep 2018 16:49:43 -0700 Subject: [PATCH] STRF-5474 Improve performance of first carousel slide -rel=preload tag for first carousel slide (if present) -don't lazyload first slide --- CHANGELOG.md | 1 + templates/components/carousel.html | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57df4cd8d1..806a3094cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ - Added hidden field for checkboxes with a "No" value. [#1355](https://github.com/bigcommerce/cornerstone/pull/1355) - Stop lazyloading store logo [#1357](https://github.com/bigcommerce/cornerstone/pull/1357) - Update lazysizes plugin to 4.1.2 [#1358](https://github.com/bigcommerce/cornerstone/pull/1358) +- Improve performance of first carousel slide [#1356](https://github.com/bigcommerce/cornerstone/pull/1356) ## 2.4.0 (2018-09-14) - Fix encoding issues on Account Signup Form ("'" characters showing in country name)[#1341] (https://github.com/bigcommerce/cornerstone/pull/1341) diff --git a/templates/components/carousel.html b/templates/components/carousel.html index 6d79720f0f..3c271312b6 100644 --- a/templates/components/carousel.html +++ b/templates/components/carousel.html @@ -10,8 +10,8 @@ {{#each carousel.slides}}