Hello friends.
I am putting together the gallery, but in mobile size it does not look good, since the images appear very small. On the computer I want to see it in 5 columns, but that in mobile is very small and I need it to appear in 2 columns.
How is it possible to do this?
Where appears this:
<div class="masonry-thumbs grid-5" data-lightbox="gallery">
...
...
</div>
Maybe exists something like:
<div class="masonry-thumbs grid-5 grid-sm-2" data-lightbox="gallery">
...
...
</div>
Thanks
