mirror of
https://github.com/webrecorder/browsertrix-crawler.git
synced 2025-10-19 14:33:17 +00:00
adjust resolution to 16:9 ratio, to match screenshots
This commit is contained in:
parent
fb8ed18f82
commit
bbefa608f6
2 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
}
|
||||
#content img {
|
||||
width: 640px;
|
||||
height: 480px;
|
||||
height: 360px;
|
||||
margin: 2rem;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue