A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
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