Skip to content

Commit

Permalink
fix(storefront): BCTHEME-104 Selecting product options doesn't update…
Browse files Browse the repository at this point in the history
… image on PDP in Internet Explorer
  • Loading branch information
BC-tymurbiedukhin committed Nov 24, 2020
1 parent 8a3cbf4 commit c3d1eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/theme/product/image-gallery.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default class ImageGallery {

if (isBrowserIE) {
const fallbackStylesIE = {
'background-image': `url(${this.currentImage.mainImageUrl}&ampimbypass=on)`,
'background-image': `url(${this.currentImage.mainImageUrl})`,
'background-position': 'center',
'background-repeat': 'no-repeat',
'background-origin': 'content-box',
Expand Down

0 comments on commit c3d1eb5

Please sign in to comment.