Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

ESC Background image banner dimensions

Dominika4
Mega Contributor

Hello Everyone, 

are there default dimensions for the background image of a banner on the ESC Portal? I would like to change it in my instance and need preferred dimensions. 

find_real_file.png Thank you

2 REPLIES 2

Ashutosh Munot1
Kilo Patron
Kilo Patron

Hi,

I assume you want to change the background size of the image if yes then do this:

 

  • Add a class to the background image container record (for example: "img-contain")
  • Add a style on the page or in the theme that sets that class as follows:
    .img-contain {
            background-size: contain;
            background-repeat: no-repeat;
    }

https://community.servicenow.com/community?id=community_question&sys_id=77730365dbd8dbc01dcaf3231f96...

https://css-tricks.com/perfect-full-page-background-image/

Thanks,
Ashutosh

 

Susan Britt
Mega Sage
Mega Sage

You can view the actual dimensions of this image from System UI > Images.  It is the banner-igm.jpg, which is 600x1440.