[Solved] Grid View for Images

Hello,

How can I implement a 3 column Grid View for photos like an Instagram profile page? See the sample below of what I’m trying to accomplish…Also how can I lazy load the photos in the grid view so users can keep on scrolling down to see more photos?

I searched and the solution I found is via an extension but extensions are not allowed in Thunkable X or is only available for Thunkable Classic.

Please help. Thanks!

hello,

It is possible to use the sdelat Any Component blocks, if you study the documents carefully - https://docs.thunkable.com/components and use my example - https://x.thunkable.com/projects/5daeb83c922c7bfff1fdc523/project/properties/designer/

1 Like

Awesome! I’ll start looking into this. Thanks!!