Apr 13, 2014 in Slideshow 4406 views
jQuery Panorama Viewer helps you Embed interactive Panorama Pictures on your site with this simple plugin
It compatibes with modern browsers such as Chrome, Firefox, and Safari on both desktop and smartphones have been tested. It had not tested this on IE.
1. INCLUDE STYLESHEET AND JAVASCRIPT
<link href='panorama_viewer/panorama_viewer.css' rel='stylesheet' type='text/css'> <script type="text/javascript" src="http://code.jquery.com/jquery-1.9.1.js"></script> <script type="text/javascript" src="panorama_viewer/jquery.panorama_viewer.js"></script>
2. HTML
<body> .. <div class="panorama"> <img src="your-panorama-1.jpg"> </div> <div class="panorama"> <img src="your-panorama-2.jpg"> </div> .. </body>
3. JAVASCRIPT
$(".panorama").panorama_viewer({ repeat: false, direction: "horizontal", animationTime: 700, easing: "ease-out", overlay: true });
4. OPTIONS
Tagged with:
panorama viewer
panorama
viewer
panorama pictures
embed a panorama
interactive panoramic photo
panoramic photo
scroll
dragging
Related Articles