Skip to content

Commit bbefa60

Browse files
committed
adjust resolution to 16:9 ratio, to match screenshots
1 parent fb8ed18 commit bbefa60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FROM ${BROWSER_IMAGE_BASE}
66
# needed to add args to main build stage
77
ARG BROWSER_VERSION
88

9-
ENV GEOMETRY=1360x1020x16 \
9+
ENV GEOMETRY=1920x1080x16 \
1010
BROWSER_VERSION=${BROWSER_VERSION} \
1111
BROWSER_BIN=google-chrome \
1212
OPENSSL_CONF=/app/openssl.conf \

html/screencast.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
#content img {
1111
width: 640px;
12-
height: 480px;
12+
height: 360px;
1313
margin: 2rem;
1414
}
1515
</style>

0 commit comments

Comments
 (0)