openseadragon/test/demo/iframe-host.html

18 lines
491 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
2017-02-20 22:23:25 +03:00
<title>Iframe example</title>
<script type="text/javascript" src='../../build/openseadragon/openseadragon.js'></script>
<meta name="viewport" content="initial-scale=1.0">
<meta charset="utf-8">
<style>
html, body { height: 100%; margin: 0; padding: 0; background-color: white;}
</style>
</head>
<body>
2017-02-20 22:23:25 +03:00
<iframe src="iframe-embed.html" frameborder="0" width="560" height="315" allowfullscreen></iframe>
</body>
2017-02-20 22:23:25 +03:00
</html>