Start a new topic
Answered

Using Images from Image library on dashboard

How can I include images from the image library in a text object on a  dashboard in an html tag. I have tried something like this


 

<img src="images://PSM/psm.jpg">


but it doesn't show anything

Best Answer

Hello Gavin,


I did a test by inspecting an image from inside an xDM app, copying its src and pasting it in a dashboard text element, and it worked !

Here is an example text element that should work with your example :  

<img src="/imageLibs/PSM/psm.jpg" >

 Best regards,

Stéphanie.

1 Comment

Answer

Hello Gavin,


I did a test by inspecting an image from inside an xDM app, copying its src and pasting it in a dashboard text element, and it worked !

Here is an example text element that should work with your example :  

<img src="/imageLibs/PSM/psm.jpg" >

 Best regards,

Stéphanie.

Login to post a comment