Images as Links to websites

I looked at your test app and it looks good, man!

But wondering why your links are opening a new browser tab rather than opening the window in Glide. Did you add a target="_blank" Attribut to the “a” tag? You can certainly do that, but I think from an app flow perspective, it would be nicer for your users that the window comes up inside your app. You can do that by just getting rid of the target attribute.