Product: TIBCO Spotfire®
Co-branding header image gets cropped when viewing the analysis in web player
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.
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.
https://docs.tibco.com/pub/spotfire_server/7.6.1/doc/html/tsas_admin_help/GUID-A343C730-DBA1-4427-B800-E54EE944D04D.html
Comments
0 comments
Article is closed for comments.