superbox
superbox copied to clipboard
Superbox, the lightbox, reimagined
I would like to implement a refresh callback to allow the layout to essentially refresh, like it does on window resize. However, I am a newbie to building plugins, and...
I'm making an image gallery using Superbox and I am using [infinitescroll](https://github.com/paulirish/infinite-scroll?source=cc) to load images. For super box to work it needs a callback after the new images are loaded....
So, if I upload some photos, both portrait and landscape, it breaks the thumbnail layout. Any ideas? Example here :http://mauiseller.com/gallerytest/index.php Thanks!
This isn't really an issue, more of a question. I'd like to add a headline and description to .superbox-show. How would you go about registering more data attributes in the...
I'm trying to implement Superbox in an environment where the images are populated by using some Liquid syntax: ``` {% for post in posts %} {% endfor %} ``` My...