openseadragon/test/demo/collections/index.html

32 lines
843 B
HTML
Raw Normal View History

2014-07-18 03:24:28 +04:00
<!DOCTYPE html>
<html>
<head>
<title>OpenSeadragon Collections Demo</title>
<script type="text/javascript" src='../../../build/openseadragon/openseadragon.js'></script>
<script type="text/javascript" src='../../lib/jquery-1.9.1.min.js'></script>
<script type="text/javascript" src='main.js'></script>
<style type="text/css">
html,
body,
.openseadragon1 {
width: 100%;
height: 100%;
margin: 0;
2014-07-18 03:24:28 +04:00
}
2014-12-02 03:29:21 +03:00
.openseadragon1.small {
width: 50%;
}
2014-11-04 04:14:17 +03:00
.openseadragon-overlay {
background-color: rgba(255, 0, 0, 0.3);
}
2014-07-18 03:24:28 +04:00
</style>
</head>
<body>
<div id="contentDiv" class="openseadragon1"></div>
</body>
</html>