Image Offset not getting set #223
Unanswered
DanielSpindler
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey im using the hotspots in a Next.js client component and im running in an issue
The image itself is displayed the relative container for the links gets this class
'position:absolute;right:auto;margin:auto;pointer-events:none'
this is what i would expect:
'position: absolute; right: 0px; margin: auto; pointer-events: none; top: 0px; left: 0px; width: 423.489px; height: 311px;'
long story short : the links are in the html, but the parent container is size 0x0 and i cant find out why. looks like the height/width is not set. Maybe anyone knows whats going on
Beta Was this translation helpful? Give feedback.
All reactions