Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Add full screen mode #5

Open
khawkins98 opened this issue Jan 3, 2017 · 0 comments
Open

Add full screen mode #5

khawkins98 opened this issue Jan 3, 2017 · 0 comments

Comments

@khawkins98
Copy link
Contributor

It's fairly easy to add fullscreen support.

Just need two do two things:

  1. add allowfullscreen to the iframe embed
  2. add a bit of js that is fired on a button click (or such)
elm = document.getElementById("map");
elm.webkitRequestFullScreen();

More info at https://developer.mozilla.org/en-US/docs/Web/API/Element/requestFullscreen

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant