Fixed width in Seadragon widget
This commit is contained in:
parent
97316144d3
commit
10664055b5
@ -114,7 +114,7 @@ A full-resolution JPEG of the result after automated stitching,
|
|||||||
exposure fusion, lens correction, and so on, is below in this handy
|
exposure fusion, lens correction, and so on, is below in this handy
|
||||||
zoomable viewer using [OpenSeadragon][]:
|
zoomable viewer using [OpenSeadragon][]:
|
||||||
|
|
||||||
<div id="openseadragon1" style="width: 800px; height: 600px;"></div>
|
<div id="openseadragon1" style="width: 100%; height: 600px;"></div>
|
||||||
<script src="../js/openseadragon/openseadragon.min.js"></script>
|
<script src="../js/openseadragon/openseadragon.min.js"></script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var viewer = OpenSeadragon({
|
var viewer = OpenSeadragon({
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user