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

https://github.com/bitmap/bokeh

fuzzy lightbox
https://github.com/bitmap/bokeh

Last synced: 5 months ago
JSON representation

fuzzy lightbox

Awesome Lists containing this project

README

          

##Bokeh

Image gallery thing.

Include `bokeh.js` and `bokeh.css` in your application.

Wrap your images in an element (outside of your wrapper!) with some ID and a class of `.bokeh`. Make sure you use `data-src` instead of the `src` attribute. Slap that `bokeh-blur` class on your wrapper to get that fuzzy effect.
```html

...






```

Put an anchor somewhere on the page with `href="yourID"` and the `.bokeh-link` class
```html
Test 1
```

And then it just works. I promise.

Chrome, Firefox, & IE10+