mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 13:16:10 +03:00
Basic demo: set HTML5 doctype
This keeps IE8 out of quirks mode, which breaks things like getWindowSize…
This commit is contained in:
parent
7f42dfc032
commit
630bccad3d
@ -1,3 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>OpenSeadragon Basic Demo</title>
|
||||
@ -23,7 +24,7 @@
|
||||
// debugMode: true,
|
||||
id: "contentDiv",
|
||||
prefixUrl: "../../build/openseadragon/images/",
|
||||
tileSources: "../data/testpattern.dzi",
|
||||
tileSources: "../data/testpattern.dzisn't",
|
||||
showNavigator:true
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user