diff --git a/css/zoom.css b/css/zoom.css index 679bccc..5057884 100644 --- a/css/zoom.css +++ b/css/zoom.css @@ -6,7 +6,7 @@ img[data-action="zoom"] { .zoom-img, .zoom-img-wrap { position: relative; - z-index: 666; + z-index: 99999; -webkit-transition: all 300ms; -o-transition: all 300ms; transition: all 300ms; @@ -15,9 +15,17 @@ img.zoom-img { cursor: pointer; cursor: -webkit-zoom-out; cursor: -moz-zoom-out; + + filter: none; + -webkit-filter: blur(0px); + -moz-filter: blur(0px); + -ms-filter: blur(0px); + filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0'); + backface-visibility: hidden; + transform: translateZ(0); } .zoom-overlay { - z-index: 420; + z-index: 9999; background: #fff; position: fixed; top: 0;