Submit your widget

jQuery plugin ImageView

Created 13 years ago   Views 12489   downloads 1899    Author 4coder
jQuery plugin ImageView
View DemoDownload
108
Share |

This is  jQuery plugin which can help you to create image viewing in your site more useful.

Code excample

<div id="imageView_container">
    <img src="photos/image-800x500.jpg" rel="photos/image-1680x1050.jpg" />
</div>

<script type="text/javascript">
$(function() {
    $('#imageView_container').imageView({width: 800, height:500});
});
</script>