Skip to content

Commit 419fb09

Browse files
committed
Make full-screen viewer use the whole screen
1 parent b48d594 commit 419fb09

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/deepzoom/templates/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@
4343
border: 1px solid #000;
4444
color: white;
4545
}
46+
div#view.fullpage {
47+
left: 0%;
48+
}
4649
div#properties {
4750
position: absolute;
4851
left: 75%;

0 commit comments

Comments
 (0)