elevatezoom-plus icon indicating copy to clipboard operation
elevatezoom-plus copied to clipboard

Is zoomLevel working on lens mode?

Open diaspar opened this issue 8 years ago • 2 comments

It seems zoomLevel is not working. I have a single image not 2.

Maybe as a workaround I could use scrollZoom : true, and then manually set the delta without the user using the mousewheel, but I did not find how to do it.

What can I do on this case?

diaspar avatar Nov 09 '15 13:11 diaspar

yes of course its working ;)

See the example page: http://igorlino.github.io/elevatezoom-plus/examples.htm

You were already correct. I just added the scrollZoom:true and the example of lens works with the scrolling, which has 1 image.

$(document).ready(function () {
    $("#zoom_07").ezPlus({
        zoomType: "lens",
        lensShape: "round",
        containLensZoom: true,
        scrollZoom: true,
        lensSize: 200
    });
});

Maybe otherwise you could create a plunker example to reproduce any isssue.

igorlino avatar Nov 10 '15 19:11 igorlino

Is it possible to zoom in more, if I need to see a more detailed part. Thanks

Kulbear avatar Jan 22 '17 04:01 Kulbear