diff --git a/frontend/css/style.css b/frontend/css/style.css index 9751e35..86baad9 100644 --- a/frontend/css/style.css +++ b/frontend/css/style.css @@ -320,6 +320,8 @@ html, body { } .preview-live img { + position: absolute; + top: 0; left: 0; width: 100%; height: 100%; object-fit: contain; diff --git a/scripts/kiosk-session.sh b/scripts/kiosk-session.sh index 3c6b45b..c7067cd 100755 --- a/scripts/kiosk-session.sh +++ b/scripts/kiosk-session.sh @@ -46,7 +46,6 @@ while true; do while [ -f /tmp/photostation_running ]; do sleep 1; done chromium \ --kiosk \ - --remote-debugging-port=9222 \ --noerrdialogs \ --disable-infobars \ --disable-translate \