I have a page that has an HTML5 player on it. I want to enable full screen, so I have 3 options.
-
Put it in an iFrame, but now the video “reloads” (sometimes unsuccessfully), every time the user resizes the page. Definitely not a good option.
-
Set a fixed page width. Now there is no responsiveness.
-
Leave full screen broken.
This seems like a major drawback of however Bubble is implementing their responsive engine, and makes me want to stop using Bubble altogether.
Has anyone figured out a workaround to get this working without breaking responsiveness?