diff --git a/web/splash/img/dark-1x.png b/web/splash/img/dark-1x.png index 791e112c8..ab4da2a6e 100644 Binary files a/web/splash/img/dark-1x.png and b/web/splash/img/dark-1x.png differ diff --git a/web/splash/img/dark-2x.png b/web/splash/img/dark-2x.png index 0abbcfdee..d157ee0be 100644 Binary files a/web/splash/img/dark-2x.png and b/web/splash/img/dark-2x.png differ diff --git a/web/splash/img/dark-3x.png b/web/splash/img/dark-3x.png index 7807a6a1c..9d0604203 100644 Binary files a/web/splash/img/dark-3x.png and b/web/splash/img/dark-3x.png differ diff --git a/web/splash/img/dark-4x.png b/web/splash/img/dark-4x.png index c347a070c..a71b1ff1e 100644 Binary files a/web/splash/img/dark-4x.png and b/web/splash/img/dark-4x.png differ diff --git a/web/splash/img/light-1x.png b/web/splash/img/light-1x.png index 791e112c8..ab4da2a6e 100644 Binary files a/web/splash/img/light-1x.png and b/web/splash/img/light-1x.png differ diff --git a/web/splash/img/light-2x.png b/web/splash/img/light-2x.png index 0abbcfdee..d157ee0be 100644 Binary files a/web/splash/img/light-2x.png and b/web/splash/img/light-2x.png differ diff --git a/web/splash/img/light-3x.png b/web/splash/img/light-3x.png index 7807a6a1c..9d0604203 100644 Binary files a/web/splash/img/light-3x.png and b/web/splash/img/light-3x.png differ diff --git a/web/splash/img/light-4x.png b/web/splash/img/light-4x.png index c347a070c..a71b1ff1e 100644 Binary files a/web/splash/img/light-4x.png and b/web/splash/img/light-4x.png differ diff --git a/web/splash/style.css b/web/splash/style.css index 6cb412cf5..aa71731d8 100644 --- a/web/splash/style.css +++ b/web/splash/style.css @@ -20,21 +20,18 @@ body { .contain { display:block; - width:100%; - height:100%; + width:100%; height:100%; object-fit: contain; } .stretch { display:block; - width:100%; - height:100%; + width:100%; height:100%; } .cover { display:block; - width:100%; - height:100%; + width:100%; height:100%; object-fit: cover; }