- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2016 10:16 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2016 10:58 PM
Sorry, my employee instance is still in Fuji.
On verifying more, the banner image comes from uploading the pic -
Use Basic Configuration module to upload the image,
But before uploading the pic make sure you note, the max-height of banner image can be 50px only
So if you want to have a image with 100 px length, then resize the image in any image software to height = 50 px and length = 100 px
Then you can upload it through basic configuration, the resizing should be done outside before uploading the pic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2016 11:56 PM
Thanks for your feedback
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-27-2016 01:14 PM
Hi all,
I tried resizing prior to uploading, but unfortunately, i am still showing a compressed image. Also, the image is not listed in System UI Images. Any guidance is greatly appreciated.
My first post!
Thank you,
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-27-2016 09:43 PM
Hi Mike,
Where did you upload the banner image?
Raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-19-2016 06:42 AM
Hi Srikanth Gunuru,
Can the image be displayed bigger then 100x50 px?
To me, it's still on the small side. I tried uploading a bigger image but this does not help as ServiceNow resizes automatically.
If there is a way to turn of the auto-resizer, then that might also work out.
Kind regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2021 09:33 AM
In the Header widget
Give your own style:
<a class="navbar-brand navbar-brand-log" ng-if="::portal.logo" href="?id={{::portal.homepage_dv}}" aria-label="${Go to homepage}">
<img ng-src="{{::portal.logo}}" style="max-width: 300px;" title="ServiceNow" role="presentation" alt="${Portal Logo}" />
</a>