Tizen Web app iframe is in fullscreen instead of in a table

113 Views Asked by At

I'm currently coding a small web app for a tizen tv. It mainly consists of a table with 2x2 cells. every cell contains an Iframe to another website.

But when i ran it on my TV i noticed that instead of four websites, only one website was shown in fullscreen. I set the table's size to 100% height and width. Thank you in advance

I tried using 100vh/vw for the size instead of percentages

0

There are 0 best solutions below