diff --git a/ui/src/app/core/auth/login/login.component.ts b/ui/src/app/core/auth/login/login.component.ts index d29e4585a..e7de2dcbb 100644 --- a/ui/src/app/core/auth/login/login.component.ts +++ b/ui/src/app/core/auth/login/login.component.ts @@ -42,7 +42,7 @@ export class LoginComponent implements OnInit { const backgroundImageUrl = this.$auth.env.customWallpaperHash ? environment.api.base + '/auth/wallpaper/' + this.$auth.env.customWallpaperHash : '/assets/snapshot.jpg'; - this.backgroundStyle = `url('${backgroundImageUrl}') no-repeat center center fixed`; + this.backgroundStyle = `url('${backgroundImageUrl}') center/cover`; } async onSubmit({ value, valid }) {