Copy link to clipboard
Copied
How do I insert a lightbox into text that is aligned to the width?
It should happen that in the screenshot below, but when you click on the image, it should increase.
Copy link to clipboard
Copied
This is quite tricky, but doable – to a certain extend at least.
Have a look at this sample .muse file: https://www.dropbox.com/s/ztumbyot0jin15q/Text.Popup_2.muse?dl=0
You’ll find a text frame with 4 integrated links:
Two alert boxes (one triggered by text, one triggered by an image)
Two different composition light boxes.
The alert box solution:
javascript:alert("I am an alert box!");
You may refine this approach by using parameters like
„\n“ for line break:
javascript:alert("I am an alert box!\nDo you believe?");
The composition solution:
Just try and ask, if there are any questions!