How to change data-zoom-image value

前端 未结 7 2259
旧时难觅i
旧时难觅i 2021-01-04 11:03

I\'m using elevate zoom effects for zooming facility of image, my image tag is:



        
7条回答
  •  星月不相逢
    2021-01-04 11:31

    you have just to use the gallery feature provided by the plugin itself, just wrap your images into a container

    
    
    ...

    then you have to call the plugin like this:

    $("#zoom_x").elevateZoom({ gallery: "my_images", zoomType   : "inner", cursor: "crosshair", imageCrossfade: true });
    

提交回复
热议问题