MagicMirror² v2.24.0 is available! For more information about this release, check out this topic.
iframe full screen
-
can any of you guys help me? Im trying to make a iframe full screen but it dose not seem to work.
{ module: "helloworld", position: "fullscreen_below", config: { text: "<iframe src='//URL HERE' style='border: 0; width: 100%; height: 100%'></iframe>" } },
But as you can see it is not full screen.
BTW.
That is not the website i am going to use -
{ module: "helloworld", position: "fullscreen_below", config: { text: "<iframe src='https://magicmirror.builders' style='border: 0; width: 100%; height: 100vh;'></iframe>" } },
-
Thanks for your help