I found the solution:
Edit: imagemapper/imgmap_style.css
Erase “max-height:100%” in “canvas{max-width:100% !important;width:100%;}”
Safari seems to strictly apply the height 100% formatting, whereas Firefox or Chrome only apply the max-width CSS-rule.
Hi, I have the same problem. Any solutions so far?