elevateweb/elevatezoom

zoomLens width is larger than image container

kumaravel95 opened this issue · 0 comments

This issue occurs for small resolution images and load elevatezoom in minified fil e( jquery.elevateZoom-3.0.8.min.js)

To fix this.
below change is required.
lensWidth=this.nzWidth<this.options.zoomWindowHeight/this.heightRatio?this.nzWidth:this.options.zoomWindowWidth/this.widthRatio

Ln:23 Col:396