changed product zoomer config

This commit is contained in:
Prashant Singh 2019-04-09 18:38:17 +05:30
parent 1ec1c5d83c
commit 025a5a9146
1 changed files with 1 additions and 2 deletions

View File

@ -166,8 +166,7 @@
$('.zoomContainer').attr('style', 'z-index: -1 !important');
} else {
$('.zoomContainer').css({"position": "absolute", "top": "143px", "left"
: "249px", "height": "480px", "width": "480px", "z-index": "999" });
$('.zoomContainer').css({"position": "absolute", "z-index": "999" });
}
});
})