Skip to content

Commit

Permalink
STRF-4302 - Fix mis-sized product images
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Schock committed Jan 4, 2018
1 parent e7dafb5 commit d4534ae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- Fixes functionality of date picker option on product pages. [#1125](https://github.com/bigcommerce/cornerstone/pull/1125)
- Fix image-overlap on Orders page [#1137](https://github.com/bigcommerce/cornerstone/pull/1137)
- Fixes issue with image zoom causing scrolling issues on mobile. [#1141](https://github.com/bigcommerce/cornerstone/pull/1141)
- Fix mis-sized product images. [#1145](https://github.com/bigcommerce/cornerstone/pull/1145)

## 1.10.0 (2017-11-15)
- Fix spaces in faceted search option names [#1113](https://github.com/bigcommerce/cornerstone/pull/1113)
Expand Down
2 changes: 1 addition & 1 deletion assets/scss/components/foundation/lazyLoad/_lazyLoad.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
}

@mixin lazy-loaded-img() {
position: relative;
position: absolute;
top: 0;
bottom: 0;
left: 0;
Expand Down
2 changes: 2 additions & 0 deletions assets/scss/components/stencil/account/_account.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@

.account-product-image {
@include lazy-loaded-img;

position: relative;
}
}

Expand Down

0 comments on commit d4534ae

Please sign in to comment.