Guys, I'm currently stumped with something... I added my main artworks to an html page, and embedded it inside the creative zone through an iFrame. So far, so good. The problem is that I wanna use modals to make the images viewable in fullscreen, and I'm afraid the pop-up will only appear inside the iFrame. Is there a way to tell the modal to appear outside of it or not? :'/
I dunno if this'll help as I barely figured this out myself but putting in the html that's embedded usually helps with telling links to work outside of it. Maybe it'll help with the modal? <:)c
Hmm, I did see a similar thing using the base tag with the html link on the head, setting its target to the parent element. I'll consider giving it a shot and seeing how it'll unfold. I think the trickiest part is putting the modal code in the gallery and getting that code to work in the parent :P
I dunno if this'll help as I barely figured this out myself but putting in the html that's embedded usually helps with telling links to work outside of it. Maybe it'll help with the modal? <:)c
Hmm, I did see a similar thing using the base tag with the html link on the head, setting its target to the parent element. I'll consider giving it a shot and seeing how it'll unfold. I think the trickiest part is putting the modal code in the gallery and getting that code to work in the parent :P