We have a set of channel logos, and for each DataMiner service a property which holds the name of the logo file.
What is the best approach to embed these channel logos into a dynamic Visual Overview drawing attached to each service?
In particular, it must be noted that the logo images have different dimensions, and we'd like to scale them in the Visual Overview shape in the best possible way.
Thanks!
For the IDP App, we use a generic HTML file with some CSS that is able to receive one URL argument 'img' that points to the location within the Webpages or Documents folder. The CSS ensures that the image is shown as big as possible within the available dimensions, dependent on the width and height.
Note: We have moved our images to the Documents folder, which is synced throughout the cluster. The benefit of doing so is that the client always is able to find the picture regardless of the DMA the user is logged into.
I was going to propose a similar approach to this. CSS is very flexible and easy for these kinds of use cases.