igorlino / elevatezoom-plus

Enhanced elevateZoom - A jQuery image zoom plugin
http://igorlino.github.io/elevatezoom-plus/
MIT License
162 stars 77 forks source link

EZ Plus not working on some images #129

Closed devansh-webkul closed 3 years ago

devansh-webkul commented 3 years ago

Hi,

I just need a small help, if anyone there.

When i am using window type zoom with specific width and height, then on some images it is not working. May i know the reason why it is happening, below i am sharing my config,

this.activeImage.ezPlus({
    zoomLevel: 0.5,
    cursor: 'pointer',
    scrollZoom: true,
    zoomWindowWidth: 250,
    zoomWindowHeight: 250,
});

First Sample:

This one is working.

Screenshot from 2020-11-21 17-38-33

Second Sample:

This one not working, notice the zoom lens, it increased vertically whereas i just set the width and height as i mentioned above,

Screenshot from 2020-11-21 17-38-57

Even on some images on dragging its not working.

devansh-webkul commented 3 years ago

It seems like repository is dead. No response from the last 26 days.