Employee Center - Banner Image
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2022 08:56 AM
Hello,
when setting up the Employee Center Banner Image I experienced a problem.
I tried a few different options for the sizing of the Banner Image. 2000*250, 14440*400 and more. It works fine for me when the page is visualized normally, even up to 200% Zoom in the page. When zooming in more than 250% or dividing the screen in two parts I get the old Employee Center Banner Image which is default.
normal:
after zooming or dividing the page:
When in the page designer I noticed that for Attachments there is a picture which seems to be the one that is displayed when the problem occurs. Maybe this has to do something with the problem, but I dont know how to attach something else.
Thank you in advance and best regards,
Luca
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2023 01:38 AM - edited 10-25-2023 01:39 AM
Hi @luca1,
On the Page CSS, there is a CSS media query that reverts to the default image on the home page.
Page id : ec_home
So changing the background image on the container will only work for resolutions greater than 768px . When the user zooms in or if the screen's resolution is less than 768px, the default image from the page CSS will override the image uploaded on the container.
To fix please upload the image to the record and change the image parameter value in page CSS "$banner-768-svg" to the new .iix file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2024 02:47 PM
I had this same issue. I found that removing the parent class associated with my container (which was "mobile-banner") prevented the background image from reverting back to default upon zooming in.