(great work, exactly what I have been looking for!)
If your window width is much greater than the size of the map image (which is resized to 800px)
then the mappable area/block is larger than the image itself.
I think the simple fix is to
.imageannotator-ctn-img {
display: inline-block
}
Equally, you could make the image full width
.imageannotator-img { width: 100% }
But I think that might be a bit large in most circumstances.
(great work, exactly what I have been looking for!)
If your window width is much greater than the size of the map image (which is resized to 800px) then the mappable area/block is larger than the image itself.
I think the simple fix is to
Equally, you could make the image full width
But I think that might be a bit large in most circumstances.