7.2.4
🐞 Fixes
- Fixed map issues at the Gutenberg page editing screen
We continue working on increasing the performance of MapSVG. This update adds lazy loading and changes the way the maps are initialized.
It is highly recommended to use the lazy loading feature if your map is located below the top visible area of the website and is not immediately visible to the user. Example:
[mapsvg id="1" lazy="true"]
lazy="true"
parameter to the shortcode to postpone map loading and increase page loading speed;MapSVG.loadMaps()
and MapSVG.unloadMaps()
functions;