wm-zoom
WM Zoom - Plugin jQuery para visualizaĆ§Ć£o de imagens em alta definiĆ§Ć£o
InstalaĆ§Ć£o
<link rel="stylesheet" href="jquery.wm-zoom-1.0.min.css"> <script src="jquery-1.9.1.min.js"></script> <script src="jquery.wm-zoom-1.0.min.js"></script>
Chamando o Plugin
<script type="text/javascript"> $(document).ready(function(){ $('.my-zoom').WMZoom(); }); </script>
O html bƔsico
<div class="wm-zoom-container my-zoom"> <div class="wm-zoom-box"> <img src="url-image-here" class="wm-zoom-default-img" alt="alternative text" data-hight-src="url-big-image-here" data-loader-src="url-image-loader-here"> </div> </div>