Spherical.js

Display 360x180 panoramas with HTML5.

View on GitHub

Basic Usage

new Spherical({
    container: '#pano',
    front: 'images/front.jpg',
    back: 'images/back.jpg',
    left: 'images/left.jpg',
    right: 'images/right.jpg',
    top: 'images/top.jpg',
    bottom: 'images/bottom.jpg'
});

For more details, head over to GitHub.