By : Frique Published On Saturday, March 26, 2011, 14:43 In JavaScript
A ready to use jQuery image zooming plugin to present your images in the highest detail without leaving the page.
Simply link to the JavaScript and CSS files and apply it to your HTML element like other jQuery plugins. Customize the settings and CSS to match your style and purpose. Full documentation and examples included.
Please check the FAQ before purchasing.
$('#etalage').etalage().whatever();$('#etalage').etalage({
click_callback(){ alert('omg'); },
change_callback(){ alert('it moved'); }
});
<img class="etalage_source_image" src="" title="Put description here." />