Pin Image to Mouse Tip

Hi , is there a way to pin my Image that appears when I hover over a text, to the Mouse tip (Cursor)

Thanks

Hi.
This task can be done in this way

  1. Create onmousemove event

  2. Get x/y coordinates of the cursor while moving

  3. Set image top/left or bottom/right coordinates to x/y coordinates from point 2.

But in Wix you can’t do this using velo, because there is no access to editor elements coordinates as well as no mousemove event .

However, you can do this task using native javascript.
To do so you need to buy a premium account and create custom element. In custom element you can create any type of javascript code but note that using native JS you will not have access to editor elements (repeater items etc.) and editor selectors.