Created
October 15, 2014 14:59
-
-
Save bmcbride/4353f8bab5b7fa3e4160 to your computer and use it in GitHub Desktop.
Leaflet.fullscreen plugin iframe demo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="initial-scale=1,user-scalable=no,maximum-scale=1,width=device-width"> | |
<meta name="mobile-web-app-capable" content="yes"> | |
<meta name="apple-mobile-web-app-capable" content="yes"> | |
<title>Leaflet Fullscreen Iframe</title> | |
</head> | |
<body> | |
<div> | |
<iframe src="http://leaflet.github.io/Leaflet.fullscreen/" width="100%" height="400" scrolling="no" frameborder="0" id="share-demo-iframe" allowfullscreen></iframe> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment