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!