šŸ”” Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

WM Zoom is a jQuery plugin that creates a magnifier overlay on top of your image and displays the high definition version beside it.

image-zoom inner-zoom

Documentation

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> 

Para mais detalhes visite a pƔgina do plugin

Website do Plugin WM Gridfolio


You May Also Like