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.69k stars 299 forks source link

Howto unhide lastrow = hide? #384

Open Offerel opened 1 year ago

Offerel commented 1 year ago

If do infinite/dynamically load images from the backend via AJAX and have set lastRow to 'hide', the last row stays hidden after i call justifiedGallery('norewind'). How can i unhide, the hidden images, before i call norewind?

BasetMamshpoor commented 1 week ago

you can add this following code to lastRow lastRow: data.length > 5 ? 'hide' : 'nojustify',