Thumbnails in web application

Hi, all the experts here. I am looking to implement a homepage that has thumbnails. The user clicks on the thumbnail, and it takes them to the product page. A 40-50 thumbnail tile layout is what I am looking for. Is there a way to design this effectively, or is there any plugin that does this job? The thumbnail images would be stored in the product table Thanks

I’ve probably start with a WebImageViewer, and tinkering with the DisplayMode… this lets you set the scaling - which you could use as a thumbnail.

Search YouTube for Xojo videos on web. This might help:

https://youtu.be/E8g3JpmQYQ0?si=DmgPMWaYKtxuT9W5&t=1

Don’t forget about the ability to set the layout type of a page or container to Flex. In that mode, when you add containers at runtime, they flow around inside the container when it is resized.

Thanks all for the reply, I’ll give it a go.