Full Screen Images (F11) from Repeating Group

So I have a repeating group of some image thumbnails, and when I click on one, I want it to open the image file in full screen (similar to the F11 function) with the browser bar hidden.

I’m still new to JS and HTML but Im learning. I tried playing around with some sample code using:
var elem = document.getElementById(“imagethumb”);
But it seems that JS didn’t play well with pulling the element ID out of a repeating group. (this was after I enabled the ID attribute feature of Bubble).

Any help is appreciated. Thanks!

Check out my template…it does full page image display

It looks like this template is just doing full window view, not full screen.

On desktop and laptops it would be the full browser window view yes, on tablets and mobiles it is the full screen

This topic was automatically closed after 70 days. New replies are no longer allowed.