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

https://github.com/darcyclarke/jquery-flickr-gallery-plugin

A plugin to generate a flickr gallery from a set url
https://github.com/darcyclarke/jquery-flickr-gallery-plugin

flickr flickr-api flickr-gallery photos

Last synced: 4 months ago
JSON representation

A plugin to generate a flickr gallery from a set url

Awesome Lists containing this project

README

          

# jQuery Flickr Gallery Plugin

Gets and embeds a flickr gallery from a url

### Example Usage

```javascript
$('.gallery').flickrGallery({
url : 'http://www.flickr.com/photos/aenimathirdeye/sets/72157603619715480/',
height : 500,
width : 500
})
```