Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steelydylan/jquery.photostack.js
https://github.com/steelydylan/jquery.photostack.js
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/steelydylan/jquery.photostack.js
- Owner: steelydylan
- Created: 2015-07-23T00:43:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-04T04:43:03.000Z (over 9 years ago)
- Last Synced: 2024-04-13T06:54:20.986Z (7 months ago)
- Language: JavaScript
- Size: 512 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```