In my app, I have an Image within a repeating group.
When users click on it - I want the image to load in a new tab on their browser (these will usually be documents and pdfs of sorts).
You have to use a “Link” element in order to have access to that capability, as far as I know. I think I’ve seen a few threads about it, there might be a workaround that involves additional HTML or Javascript.
When I run into things like this case, I usually make a Link element cover the surface of the image thumbnail, then delete all the text out of it. Then, I group the link and image together to make sure they’re always occupying the exact same space. It works. Feels hacky, but I haven’t had any issues yet.
if your not 100% attached to a new tab, CSS Tools has open in a new window, you can control the size and tool bars. Makes for a nice wrapper to a document being popped off the screen,