Update readme

This commit is contained in:
VoidVolker 2015-08-06 15:47:59 +03:00
parent 81f325a507
commit 8dc979bdab
1 changed files with 1 additions and 4 deletions

View File

@ -75,8 +75,6 @@ Example OSD render:
top: 0; top: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
background-color: #434343;
border: solid 3px rgba(255,255,255,0.34);
overflow: hidden; overflow: hidden;
position: absolute; position: absolute;
} }
@ -85,14 +83,13 @@ Example OSD render:
width: 100%; width: 100%;
height: 100%; height: 100%;
background-color: #434343; background-color: #434343;
z-index: 1 !important;
} }
</style> </style>
</head> </head>
<body> <body>
<div id="map"></div> <div id="map"></div>
<script type="text/javascript"> <script type="text/javascript">
map = OpenSeadragon({ OpenSeadragon({
id: 'map' id: 'map'
, prefixUrl: 'images/' , prefixUrl: 'images/'
, tileSources: 'foo.dzi' , tileSources: 'foo.dzi'