BalancedGallery
BalancedGallery copied to clipboard
A balanced photo gallery plugin for jQuery.
Hi, When i try to make multiples gallery like this : And i instanciate the gallery like this : ` $(window).load(function () { $(".test").each(function() { $( this ).BalancedGallery({ autoResize: true,...
- fixes #1 - fixes #5 - New gallery orientation mode "grid" - Perfectly justified borders of the gallery - Improved performance - Auto-Resize for several galleries on a page...
I tried to use your amazing gallery, but it wouldn't work. It threw the error: Uncaught TypeError: I.idealWidth is not a function Any idea why that could happen?
Hi, Great plugin, I noticed that when the user does a couple of resizes, the rounding errors seem to sum up and aspect-ratios of the images are lost. Since modern...
Hi, @repp . Great plugin! Please, can you [register it as a Bower Package](http://bower.io/docs/creating-packages/) Cheers!
It seems I can only get this to work when I apply it to body. If I try to contain the gallery inside a div, oddly enough the first 4...
Pinterest button plugin installed in Chrome results in such view on image mouseover: http://cl.ly/image/092J3f3n3i08 I'm certain that this is layout problem, as I've never had anything like that for many...
When resizing the window, even if it's by one pixel, all images are shown for a moment on their original sizes, creating an uncomfortable flickering. Would it be possible to...