Co-branding header image gets cropped when viewing the analysis in web player

Co-branding header image gets cropped when viewing the analysis in web player

book

Article ID: KB0082186

calendar_today

Updated On:

Products Versions
Spotfire Web Player 7.5 and Higher

Description

It may happen that when implementing cobranding and also enabling a custom header, the custom header image from the Web Player analysis may be cropped slightly.

Issue/Introduction

Co-branding-header-image-gets-cropped-when-viewing-the-analysis-in-web-player

Resolution

To resolve this, there is a height element in the customHeader tag of the Web player configuration file (Spotfire.Dxp.Worker.Web.config) as shown below:
<customHeader enabled="false" fileName="Header.htm" height="40" />

And as per documentation for height element:
Height 40 Specify the pixels for the height of the custom header.

https://docs.tibco.com/pub/spotfire_server/7.6.1/doc/html/tsas_admin_help/GUID-A343C730-DBA1-4427-B800-E54EE944D04D.html

So, you need to modify the default value for the height and test the behavior.
 

Additional Information

https://docs.tibco.com/pub/spotfire_server/7.6.1/doc/html/tsas_admin_help/GUID-A343C730-DBA1-4427-B800-E54EE944D04D.html