sachinchoolur / lightgallery.js

Full featured JavaScript image & video gallery. No dependencies
https://sachinchoolur.github.io/lightgallery.js/
Other
5.3k stars 596 forks source link

justifyedGallery alternatives #38

Closed AlessandroAnnini closed 8 years ago

AlessandroAnnini commented 8 years ago

Hi, sorry, this is not completely about lightgallery.js but i think i can have an answer here..

i am trying to implement lightgallery.js in a React.js project and i like the way justifiedGallery arrange the photos but i cannot use it with react because it is a jQuery plugin. Did someone found an alternative that can be used for the lightgallery.js markup structure without jQuery needed? Thank you!

AlessandroAnnini commented 8 years ago

I ended up using Flexbox layout. You can archive almost the same result an be cleaner..

nk9 commented 1 year ago

Do you have an example of this? I'm not sure how to get the individual items to resize and also enforce justification with just CSS…

nk9 commented 1 year ago

I found this example linked from StackOverflow.