diff --git a/layouts/shortcodes/leaflet-map.html b/layouts/shortcodes/leaflet-map.html
index 3f624e2..451cb82 100644
--- a/layouts/shortcodes/leaflet-map.html
+++ b/layouts/shortcodes/leaflet-map.html
@@ -139,6 +139,10 @@ Elevation profile options:
maximize: {
enabled: {{ .Get "maximizable" | default "true" | safeJS }},
},
+ freeze: {
+ enabled: true,
+ hoverToThawDuration: 1500,
+ },
markers: [],
tracks: [],
heightgraph: null,