adjust resolution to 16:9 ratio, to match screenshots

This commit is contained in:
Ilya Kreymer 2024-12-18 16:18:50 -08:00
parent fb8ed18f82
commit bbefa608f6
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ FROM ${BROWSER_IMAGE_BASE}
# needed to add args to main build stage
ARG BROWSER_VERSION
ENV GEOMETRY=1360x1020x16 \
ENV GEOMETRY=1920x1080x16 \
BROWSER_VERSION=${BROWSER_VERSION} \
BROWSER_BIN=google-chrome \
OPENSSL_CONF=/app/openssl.conf \

View file

@ -9,7 +9,7 @@
}
#content img {
width: 640px;
height: 480px;
height: 360px;
margin: 2rem;
}
</style>