miromannino / Justified-Gallery

Javascript library to help creating high quality justified galleries of images. Used by thousands of websites as well as the photography community 500px.
http://miromannino.github.io/Justified-Gallery/
MIT License
1.7k stars 299 forks source link

Basic example : Uncaught maxRowHeight must be a number or a percentage #191

Closed nikkocolas closed 8 years ago

nikkocolas commented 8 years ago

Hi,

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 ?

Thanks,