Is it possible to show Image when hovering a Text?

I wanna show some immages that i’m refering to when someone hovers on a certain word

Is it possible to do in a simple way?

It is possible to do so with interactions.

  • Wrap a span around the word.

  • Give it a classname.

  • Hide another container of images.

  • Create an interaction to display the container of images when you hover on the text.

Thanks for the quick answer :slight_smile:

Ill try this as soon as i get home ^^

This topic was automatically closed after 60 days. New replies are no longer allowed.