jQuery Plugin For Draggable 360 Degrees Product Image View - j360

File Size: 866KB
Views Total: 29326
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   
jQuery Plugin For Draggable 360 Degrees Product Image View - j360

j360 is a touch-friendly jQuery plugin that allows to drag/swipe/rotate a 3D product image to display 360 view of your product using a set of images. Good for E-Commerce website for showing the details of the products.

See also:

How to use it:

1. Include jQuery library and jQuery j360 on your product page

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script type="text/javascript" src="js/j360.js" ></script>

2. Create a set of images

<div id="product">
<img src="images/01.jpg" />
<img src="images/02.jpg" />
<img src="images/03.jpg" />
<img src="images/04.jpg" />
<img src="images/05.jpg" />
...
</div>

3. Call the plugin

<script type="text/javascript">
jQuery(document).ready(function() {
    jQuery('#product').j360();
});
</script>

This awesome jQuery plugin is developed by unknown. For more Advanced Usages, please check the demo page or visit the official website.