We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb8ed18 commit bbefa60Copy full SHA for bbefa60
Dockerfile
@@ -6,7 +6,7 @@ FROM ${BROWSER_IMAGE_BASE}
6
# needed to add args to main build stage
7
ARG BROWSER_VERSION
8
9
-ENV GEOMETRY=1360x1020x16 \
+ENV GEOMETRY=1920x1080x16 \
10
BROWSER_VERSION=${BROWSER_VERSION} \
11
BROWSER_BIN=google-chrome \
12
OPENSSL_CONF=/app/openssl.conf \
html/screencast.html
@@ -9,7 +9,7 @@
}
#content img {
width: 640px;
- height: 480px;
+ height: 360px;
13
margin: 2rem;
14
15
</style>
0 commit comments