well first of all, im no expert in javascript, ive been spending few days tinkering with masonry, lightbox to create UI like in picture1, any suggestion of how to create something like it, in example of picture1.
there are 4 albums with fixed size, inside there are preview of thumbnail, only few are shown, if you click the album it show lightbox with left/right arrow navigation to all photo inside album.
so any suggestion or code example... ive been spending few days to tinker it on my own but with my limited knowledge of javascript/jquery/sass/less im lost.
plus, laravel question since packery/masonry/isotope need to use our own css, what is the best way to implement each different div grid class to match the column container
@foreach($gallery->photos as $g)
<div class="grid-item grid-item--width2">
<img src="{{url($g->file_path)}}" alt="">
</div>
@endforeach