Update to leaflet.fullscreen 1.3.0.

This commit is contained in:
David Molineus
2015-10-30 23:48:21 +01:00
parent a5cfd435fe
commit 0c35742117
11 changed files with 58 additions and 43 deletions

View File

@@ -44,6 +44,8 @@ __Events and options__:
L.control.fullscreen({
position: 'topleft', // change the position of the button can be topleft, topright, bottomright or bottomleft, defaut topleft
title: 'Show me the fullscreen !', // change the title of the button, default Full Screen
titleCancel: 'Exit fullscreen mode' // change the title of the button when fullscreen is on, default Exit Full Screen
content: null // change the content of the button, can be HTML, default null
forceSeparateButton: true, // force seperate button to detach from zoom buttons, default false
forcePseudoFullscreen: true // force use of pseudo full screen even if full screen API is available, default false
}).addTo(map);