Skip to content

Commit 70cc1bc

Browse files
author
Artur Ostrega
committed
examples' display scale down vertically
1 parent 90fbdbf commit 70cc1bc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/asteroids/runner.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535

3636
canvas {
3737
max-width: 100%;
38+
max-height: 100%;
3839
}
3940

4041
.hidden {

examples/random/runner.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434

3535
canvas {
3636
max-width: 100%;
37+
max-height: 100%;
3738
}
3839

3940
.hidden {

0 commit comments

Comments
 (0)