Create a stack of scrollable images

Hi everyone,

Is there a possibility to insert/create in glide a stack of scrollable images?
I am working on a medical app where users can scroll radiological images.
Thanks

Gio

You can do so with an array column of images, then use it in an image component.

1 Like

there are 2 ways to achieve this

for static data, i recommend the “array” technique.
how-to:
Screen Shot 2020-08-19 at 14.48.44
result:

for dynamic data i recommend the “inline list” technique.
how-to:
Screen Shot 2020-08-19 at 14.48.33
result:
Screen Shot 2020-08-19 at 14.52.19

4 Likes

:+1:

Thanks, I will try both