Hey Armin,
happy new year!
How can I add a link to a background image (height=browser height), fully clickable?
Link on background image
Hey Armin,
happy new year!
How can I add a link to a background image (height=browser height), fully clickable?
Hey jjk!!
Sorry, I overlooked this post I think.
Ahw I remember, we wrote emails about this and then I forgot about it. Sorry! Humm, I think it is not possible to put a link on a row background image. You could try and insert HTML as an element in the Gridder:
"+More" -> "+HTML"
<a href="http://oslo10.ch/rule-34/" target="_blank" style="display: block; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh;"></a>
This will put an invisible link over your whole page that is clickable.
it works, thanks!