Article Details
Id:17230
Product:finPOWER Connect
Type:NEW
Version:3.03.03
Opened:24/07/2020
Closed:29/07/2020
Released:01/10/2020
Job: J024704

Portals; Theme Logos defined as data URIs can now be retrieved via a URL rather than inlining entire URI

Imported Logo images are stored as data URIs. When inserted via a tag such as <%Theme:Logo1%>, the entire base 64 data is inlined in the HTML which can result in quite a large file size.

A new URL-style tag can be used to optimise this, e.g., <%Theme:Logo1Url%>. When running from Web Services, the Logo image will be retrieved (and therefore cached) as per any other resource if it is a data URI.

This new tag is available by right-clicking in the HTML or CSS and selecting Theme, Logo and then Logo 1 URL to Logo 4 URL.

NOTE: When running from within finPOWER Connect (including testing in an external web browser), the Logo will be returned as normal, i.e., it will be inlined within the HTML.