From 7cf1d93a383f15c767fbcc68f74c83da2215baf1 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Tue, 31 Dec 2019 21:24:17 +0000 Subject: [PATCH] Choose right resolution for full screen --- backend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend.py b/backend.py index 7dfa675..d1c1835 100644 --- a/backend.py +++ b/backend.py @@ -10,7 +10,7 @@ import werkzeug.exceptions as exceptions DEFAULT_WEBP_QUALITY = 80 DEFAULT_WEBP_METHOD = 0 -DEFAULT_WEBP_SIZE = 1906 # width of FullHD monitor without scroll bar +DEFAULT_WEBP_SIZE = 1908 # width of FullHD monitor without scroll bar in full screen mimetypes['.webp'] = 'image/webp'