Hey,
how can I display a local HTML page (Embedded HTML from xibo-modules) with pictures inside (HTML tag <img …>? E.g. a little icon or something else? Best with the Xibo Images Gallery, or a direct link?
Greets
Nelson
Hey,
how can I display a local HTML page (Embedded HTML from xibo-modules) with pictures inside (HTML tag <img …>? E.g. a little icon or something else? Best with the Xibo Images Gallery, or a direct link?
Greets
Nelson
You can do it two ways - either with a full URL to an image hosted on a remote server, or you can do
<img src="84.png">
Where 84.png is the library image number for the image you want to use, and then assign that image to the display manually (in the Displays section of the CMS).
Thanks, that’s it, what I searched have.