Choose right resolution for full screen
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
52debb8b89
commit
7cf1d93a38
|
@ -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'
|
||||
|
||||
|
|
Reference in a new issue