An open API service indexing awesome lists of open source software.

https://github.com/alexantr/cyclorama

360 degrees panorama
https://github.com/alexantr/cyclorama

jquery-plugin panorama

Last synced: 6 months ago
JSON representation

360 degrees panorama

Awesome Lists containing this project

README

          

# jQuery Cyclorama

## [Demo](http://yashkin.by/cyclorama/)

## Usage

Include `jquery.cyclorama.css` and `jquery.cyclorama.js` in document head. Make sure you also load the jQuery library:

```html

```

Insert this code in document body:

```html


















```

Attach Cyclorama when the document is loaded:

```javascript
jQuery(function($) {
$('.cyclorama').cyclorama();
});
```

With keyboard support (left and right arrows):

```javascript
jQuery(function($) {
$('.cyclorama').cyclorama({
useKeyboard: true
});
});
```

## Notes

You are need to set `.pan-content` width with CSS or JS before initializing Cyclorama.

## License

This plugin is available under [the MIT license](http://opensource.org/licenses/MIT).

Panorama image from [Androids & Photography](http://androidforensicphotography.wordpress.com/2012/07/01/a-full-360-degree-panorama-of-canal-rocks-south-west-of-western-australia/).