Good morning, @cyn92. Thanks for that!
Yes, this is a custom CSS that I’ve set, because without it the displayed page would require horizontal scrolling. I know that horizontal scrolling would be needed *if* I was able to display the image-map in full resolution but as this was not possible yet, I decided to go with th 95% max-width.
Anyhow, I’ve set it to 100%, but as you can see it doesn’t make much difference :(. I don’t know why, but the actual image is loaded with width=”3782″ and height=”1922″, but for whatever reason the containing div (hotspots-map-container-7446) is parsed with style=”width: 1907px; height: 969.133px;”. If I change that in Firefox’ developer tools to the actual dimensions of the image, the div gets bigger, but doesn’t change the size of the image itself (because at that time the page has already been rendered) – so I assume it’s nothing that can be changed via custom CSS.
I also saw that there’s a “flex-shrink: 1” that causes to shrink the content of div.hotspots-image-container from 3782px to 1871px?
Again, thanks for your support – have a nice day!