IFRAME not Working on TIZEN

Hi there,

we’re currently trying to embed the following iframe on our TIZEN OS screen:

<iframe src="https://www.stadtbibliothek.oldenburg.de/veranstaltungen"
        style="width:1080px; height:1920px; border:none; transform: scale(0.8); transform-origin: 0 0;">
</iframe>

Unfortunately, this doesn’t seem to work anymore since the website host changed.
I don’t manage the website itself — only the Xibo server — but when I tested the iframe with several online testers, it worked fine.

Do you have any suggestions on how I could get this working again?

Thanks a lot for your help!

Hi FloSTOL, welcome to the community!

I have checked the headers for your webpage Veranstaltungen - Stadtbibliothek Oldenburg and I can see that it has X-Frame-Options set. This header will stop you from being able to embed that page in an iframe, which likely explains the issue you are having.