diff --git a/CHANGELOG.md b/CHANGELOG.md index ed01d52e56..08a74189e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## Draft - Style optimized checkout new checklist radio buttons [#1088](https://github.com/bigcommerce/cornerstone/pull/1088) - Update product UPC when options with different UPC are selected [#1089](https://github.com/bigcommerce/cornerstone/pull/1089) +- Do not scale product thumbnail images [#1094](https://github.com/bigcommerce/cornerstone/pull/1094) ## 1.9.3 (2017-09-19) - Fixes image overlapping details on product page and Quick View on small viewports [#1067](https://github.com/bigcommerce/cornerstone/pull/1067) diff --git a/assets/scss/components/stencil/productView/_productView.scss b/assets/scss/components/stencil/productView/_productView.scss index a8bbe9e38b..1c6905bef5 100644 --- a/assets/scss/components/stencil/productView/_productView.scss +++ b/assets/scss/components/stencil/productView/_productView.scss @@ -71,7 +71,7 @@ position: absolute; right: 0; top: 0; - width: 100%; + width: auto; } }