You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case of using iframe, the height of map is equals to iframe's height subtracted by 55px. But observing actual height of this widget, it should be subtracted by 79px.
Hope this help!
Keywords: UserCountryMap
The text was updated successfully, but these errors were encountered:
I encountered a bug of incorrect calculated height of world map when integrating User Country Map widget in my site via iframe.
Please see the reproduction at http://jsfiddle.net/JcQmQ/. The widget is clipped by its containing iframe in the bottom.
Further investigation, i found that resize function in vistor-map.js that calculates dimension of map incorrectly.
In case of using iframe, the height of map is equals to iframe's height subtracted by 55px. But observing actual height of this widget, it should be subtracted by 79px.
Hope this help!
Keywords: UserCountryMap
The text was updated successfully, but these errors were encountered: