Javascript library to help creating high quality justified galleries of images. Used by thousands of websites as well as the photography community 500px.
I discoverd your justified gallery. And it's very nice.
I tried to use the basic example and I just call :
jQuery("#mygallery").justifiedGallery();
But I obtain this error message
Uncaught maxRowHeight must be a number or a percentage
So I tried to use the different options like this
jQuery("#mygallery").justifiedGallery( { maxRowHeight : 500, rowHeight : 250 });
There is no error, but render is not nice.
Can you help and say me how correctly use your cool plugin ?
Hi,
I discoverd your justified gallery. And it's very nice. I tried to use the basic example and I just call :
But I obtain this error message
So I tried to use the different options like this
jQuery("#mygallery").justifiedGallery( { maxRowHeight : 500, rowHeight : 250 });
There is no error, but render is not nice.Can you help and say me how correctly use your cool plugin ?
Thanks,