Automatic Jpeg Update - HTML to Embed

Hi, I have an issue with Xibo (Windows version) showing graphs.

We run IoT software that automatically creates jpegs files every 15 minutes to display real-time data.

This was working on a previous version of Xibo using HTML to Embed, now it does not display the image.

The jpeg is the same formal (1050 x 650) .

Here is the HTML code: with < removed

!DOCTYPE html>
html>
body>

style>
h1 {
color:white; font-family:segoe UI
}
/style>

h1>Most Recent Customer Complaint/h1>
img src=“C:\Users\thr.general\Desktop\LogoTV\logotv external-1.jpg” alt=“Web1” width=“1150” height=“650”>

/body>
/html>

Any help would be very much appreciated

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.