Skip to content

Commit f88c676

Browse files
authored
Merge pull request #1094 from junedkazi/STENCIL-3499-thumbnail
STENCIL-3499 Do not scale product thumbnail images
2 parents 5840918 + 751a5a9 commit f88c676

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Draft
44
- Style optimized checkout new checklist radio buttons [#1088](https://github.com/bigcommerce/cornerstone/pull/1088)
55
- Update product UPC when options with different UPC are selected [#1089](https://github.com/bigcommerce/cornerstone/pull/1089)
6+
- Do not scale product thumbnail images [#1094](https://github.com/bigcommerce/cornerstone/pull/1094)
67

78
## 1.9.3 (2017-09-19)
89
- Fixes image overlapping details on product page and Quick View on small viewports [#1067](https://github.com/bigcommerce/cornerstone/pull/1067)

assets/scss/components/stencil/productView/_productView.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
position: absolute;
7272
right: 0;
7373
top: 0;
74-
width: 100%;
74+
width: auto;
7575
}
7676
}
7777

0 commit comments

Comments
 (0)