Change size logo on navpage.

schd
Mega Contributor

On v.geneva ui16 i can how to change size logo ?

size.jpg

Thank you,

Suchawadee

1 ACCEPTED SOLUTION

ghsrikanth
Tera Guru

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



Screen Shot 2016-03-22 at 11.24.06 AM.png


View solution in original post

9 REPLIES 9

Thanks for your feedback


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


Hi Mike,



Where did you upload the banner image?





Raj


Mike6
Giga Contributor

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,


Disha10
Tera Expert

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>