From ccd44764b7bcbb692b78ae896f6f5d74d7d01389 Mon Sep 17 00:00:00 2001 From: tmiaa <95731292+tmiaa@users.noreply.github.com> Date: Tue, 11 Oct 2022 13:46:11 +0200 Subject: [PATCH] Create Leaflet.fullscreen plugin (#8555) --- docs/_plugins/fullscreen-controls/leaflet.fullscreen | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/_plugins/fullscreen-controls/leaflet.fullscreen diff --git a/docs/_plugins/fullscreen-controls/leaflet.fullscreen b/docs/_plugins/fullscreen-controls/leaflet.fullscreen new file mode 100644 index 000000000..9b1f22a11 --- /dev/null +++ b/docs/_plugins/fullscreen-controls/leaflet.fullscreen @@ -0,0 +1,12 @@ +--- +name: Leaflet.fullscreen +category: fullscreen-controls +repo: https://github.com/Leaflet/Leaflet.fullscreen +author: jfirebaugh +author-url: https://github.com/jfirebaugh +demo: https://leaflet.github.io/Leaflet.fullscreen/ +compatible-v0: +compatible-v1: true +--- + +A fullscreen button control using the Fullscreen API.