- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-20-2015 01:51 PM
Hello,
We have changed the default ServiceNow logo to our company logo via System Properties > My Company.
When the new logo is displayed in the banner, it looks very small. It seems to be automatically resized to similar dimensions as the original ServiceNow logo.
It it possible to have our company logo look larger in the banner (i.e. we specify the size or the minimum size it can be)?
Thanks.
Cheers,
Isaac
PS: We are using Fuji
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-21-2015 12:15 AM
I don't know if there is any propery or css file where we can make that change but u can make one global uiscript like this.
CODE
addLoadEvent(bannerchange);
function bannerchange(){
if(window.jQuery){
$j('#mainBannerImage').css('zoom','130%');
}
}
BEFORE
AFTER
I hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2016 10:12 AM
Hello - why does your first field say 'api name'?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-10-2016 10:22 PM
that is the name of the UI script record.nothing special.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2017 01:15 PM
Hi,
This is not working in UI16. Could you please help me how to do it in UI 16.
Thanks,
Raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2017 01:38 PM
Check out dylan.lindgren post Working with UI16 Banner Images
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2017 06:23 PM
Hi Bianca,
Thank you very much for your help. This worked for me.
Thanks,
Rewanth