Hi everyone, Happy New Year !
Here is my issue (I am a beginner, sorry) :
I would like this display an embedded HMTL page in full screen when the mouse goes in.
Thanks for you help.
Morade
Hi everyone, Happy New Year !
Here is my issue (I am a beginner, sorry) :
I would like this display an embedded HMTL page in full screen when the mouse goes in.
Thanks for you help.
Morade
+1
Hi,
so there are two parts to this question:
displaying full screen HTML content
doing in on mouse in
You can display any full screen content using lightboxes. They can contain HTML component, to put any custom HTML and JavaScript inside. They can also be made to open on first page load.
wixWindow.openLightbox('Lightbox Name')
I hope this helps.