Squarespace doesn’t have native image hotspot hover like WordPress plugins, but you can recreate it with custom CSS positioning or embed tools like ThingLink. Just remember hover doesn’t work on mobile, so click popups are usually better. I’d probably map the interactions first in something like Runable before building it so positioning everything is easier.
1
u/SeaJob544
Squarespace doesn’t really have native hover popups like that, but you can get close a few ways.
One option is using an image block with click-through + summary block below, then styling it to feel interactive. Another is using gallery sections with overlays, those let you show text on hover.
If you need true pop-up style points, you’d probably need a little custom CSS/JS. I’ve seen people also fake it with accordion blocks tied to image sections.
Are you trying to keep it mobile-friendly too? Hover effects can get tricky there.