Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/steelydylan/jquery.photostack.js


https://github.com/steelydylan/jquery.photostack.js

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

# jquery.Photostack.js

## setup
```html

```

##HTML
```html






```
##CSS

```css
.js-photostack { position: relative; }
.js-photostack > * {
position: absolute;
top: 0;
left: 0;
list-style-type: none;
}
```
##JavaScript
```javascript

$(".photostack").Photostack();
```

##Options
```javascript
// top position to move
top:40,
// left position to move
left:500,
// custom rotation angles
degFrom:-20,
degTo:20
```