Choose right resolution for full screen
continuous-integration/drone/push Build is passing Details

master
Simon Bruder 2019-12-31 21:24:17 +00:00
parent 52debb8b89
commit 7cf1d93a38
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 1 additions and 1 deletions

View File

@ -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'