Support Article
Background image on login screen does not display correctly
SA-50386
Summary
Post changing the browser resolution to less than 100% and entering the URL, the log in background image does not display correctly in Internet Explorer and Chrome browsers.
Error Messages
Not Applicable
Steps to Reproduce
Unknown
Root Cause
Not Applicable
Resolution
Perform the following local-change:
Add the below CSS in the body.
body {
text-align: center;
background: url(../got/Background_image.jpg);
/*background:#f0f0f0;*/
padding: 0 7px;
background-size: cover;
background-repeat: no-repeat;
-webkit-tap-highlight-color: transparent
}
Published September 13, 2018 - Updated December 2, 2021
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.