Fecshop 2016-09-10 09:40:33 4265次浏览 0条评论 0 0 0

github地址:https://github.com/elevateweb/elevatezoom

演示地址:http://www.elevateweb.co.uk/image-zoom/examples

可以实现很多方面的定制化操作,是一个很不错的基于jquery的展示图片的zoom库,尤其lightinthebox的展示+放大镜等很多定制化的设置,很不错.

这种图片展示的库包,很适合电商系统的产品页面展示产品图片。

jQuery Zoom Plugin

elevateZoom - A jQuery image zoom plugin

Getting Started

Include jQuery and the plugin on a page. Include your images and initialise the plugin.

<img id="zoom_01" src='images/small/image1.png' data-zoom-image="images/large/image1.jpg"/>

<script>
    $('#zoom_01').elevateZoom();
</script>

For more information on how to setup and customise, check the examples.

License

Copyright (c) 2012 Andrew Eades Dual licensed under the GPL and MIT licenses.

    没有找到数据。
您需要登录后才可以评论。登录 | 立即注册