ESC Background image banner dimensions
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2020 08:27 AM
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.
Thank you
Labels:
- Labels:
-
Employee Service Center
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2020 08:45 AM
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://css-tricks.com/perfect-full-page-background-image/
Thanks,
Ashutosh

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2020 12:53 PM
You can view the actual dimensions of this image from System UI > Images. It is the banner-igm.jpg, which is 600x1440.