Image Gallery (grid, not carousel)

Hi

Is there a “image grid” function in Glide. I got images stores in array (multible images)

Like this :slight_smile:

So you want a mosaic/masonry view of a list of images? Glide doesn’t have anything native like this. Since you can’t run js on the front end, the best you can do is something with HTML and CSS. Here’s one example, but as you can see, there is vertical gap between photos of different heights:

1 Like

Thanks. I found this solution.

Works.

My issue now is, that I wish to store images in Google Drive. But file-links (web-view-link) from GD dont play well with this setup. Guess ill find other database/storage.