diff --git a/CHANGELOG.md b/CHANGELOG.md index ed9abdc8a0..929dba677f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed Quick View modal "X" button focus bubble being slightly off center [#2130](https://github.com/bigcommerce/cornerstone/pull/2130) - Apply dependency updates (jest & lighthouse). [#2132](https://github.com/bigcommerce/cornerstone/pull/2132) - Update lang file for FR locale. [#2139](https://github.com/bigcommerce/cornerstone/pull/2139) +- Update store logo to use `srcset`. [#2136](https://github.com/bigcommerce/cornerstone/pull/2136) ## 6.1.1 (10-01-2021) - Fix product images on PDP has clipped outline. [#2124](https://github.com/bigcommerce/cornerstone/pull/2124) diff --git a/templates/components/common/store-logo.html b/templates/components/common/store-logo.html index 82a4f65d8b..9d74389ee6 100644 --- a/templates/components/common/store-logo.html +++ b/templates/components/common/store-logo.html @@ -1,13 +1,20 @@ {{#if settings.store_logo.image}} {{#if theme_settings.logo_size '===' 'original'}} - {{settings.store_logo.title}} + {{settings.store_logo.title}} {{else}} -
- {{settings.store_logo.title}} -
+
+ {{settings.store_logo.title}} +
{{/if}} {{else}} - {{settings.store_logo.title}} + {{settings.store_logo.title}} {{/if}}