Revised background image positioning

This commit is contained in:
root 2021-01-12 12:08:28 +01:00
parent 447d6783b3
commit 06c972b85e
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
</head>
<body class="${properties.kcBodyClass!}">
<div id="content" style="<#if properties.contentBgImg?has_content>background: url('${url.resourcesPath}/${properties.contentBgImg!}');</#if> ${properties.contentStyle!}">
<div id="content" style="<#if properties.contentBgImg?has_content>background: url('${url.resourcesPath}/${properties.contentBgImg!}') no-repeat center center fixed; background-size: cover;</#if> ${properties.contentStyle!}">
<div class="${properties.kcLoginClass!}">
<!--