openseadragon/www/index.html

24 lines
717 B
HTML

<h2>refactored</h2>
<div class="description">
Fork of OpenSeadragon (from its mercurial repository). We are working to
refactor the code base and see what happens from there. <br/><br/>
<strong>Try it on the iPad! (new since 0.9)</strong>
</div>
<div class="demoarea">
<div class="demoheading">
Seadragon control with default properties
<span id='consolelog'></span>
</div>
<div id="contentDiv" class="openseadragon"></div>
</div>
<script type="text/javascript">
// Example
OpenSeadragon({
id: "contentDiv",
prefixUrl: "/openseadragon/",
tileSources: "/openseadragon/examples/images/highsmith/highsmith.js"
});
</script>