How can I pass the following parameters via an image link?
<a href="#thefooboxcontent" target="foobox" data-width="720" data-height="480">
So . . . I found a workaround, but it feels a bit kludgy. Basically I just use a Text element and insert the HTML there, instead of using an Image element.
Is that the best way to go about doing this? Is there a simpler or other way to leverage the “Link Settings” in the Image element?
Thanx!
Hi,
I think a code block element is your best option for implementing that code, if it works I would go for that :-)
Best regards,
Rikard
Hi Rikard,
Cool. Thanx!
~ Michael