https://github.com/bitmap/bokeh
fuzzy lightbox
https://github.com/bitmap/bokeh
Last synced: 5 months ago
JSON representation
fuzzy lightbox
- Host: GitHub
- URL: https://github.com/bitmap/bokeh
- Owner: bitmap
- Created: 2014-09-16T18:27:41.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-06-27T21:44:25.000Z (over 8 years ago)
- Last Synced: 2025-08-23T22:18:31.341Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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+