goiblas / Map-Block-Leaflet

Map Block Leaflet for WordPress 🗺️
https://wordpress.org/plugins/map-block-leaflet
GNU General Public License v2.0
17 stars 10 forks source link

Implements resize observer to call invalidateSize on map when container is resized #40

Closed liqueurdetoile closed 2 years ago

liqueurdetoile commented 2 years ago

Following issue #39, here's a proposal aiming to implement resizeObserver on map container to trigger invalidateSize on size when map container is programmatically resized after initialization.

Successfully tested with Hestia theme on Chrome 96, Firefox 95 and Edge 96.

goiblas commented 2 years ago

Great contribution, thx