Skip to content

Instantly share code, notes, and snippets.

@bmcbride
Created October 15, 2014 14:59
Show Gist options
  • Save bmcbride/4353f8bab5b7fa3e4160 to your computer and use it in GitHub Desktop.
Save bmcbride/4353f8bab5b7fa3e4160 to your computer and use it in GitHub Desktop.
Leaflet.fullscreen plugin iframe demo
<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