• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

iframe full screen

Scheduled Pinned Locked Moved Troubleshooting
3 Posts 2 Posters 3.0k Views 2 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    andrewchumchal
    last edited by Oct 25, 2016, 10:51 PM

    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>"
                   }
    		},
    

    iframe full screen

    But as you can see it is not full screen.

    BTW.
    That is not the website i am going to use

    S 1 Reply Last reply Oct 26, 2016, 12:52 PM Reply Quote 0
    • S Offline
      strawberry 3.141 Project Sponsor Module Developer @andrewchumchal
      last edited by Oct 26, 2016, 12:52 PM

      @andrewchumchal

      {
          module: "helloworld",
          position: "fullscreen_below",  
          config: {
              text: "<iframe src='https://magicmirror.builders' style='border: 0; width: 100%; height: 100vh;'></iframe>"
          }
      },
      

      Please create a github issue if you need help, so I can keep track

      A 1 Reply Last reply Oct 26, 2016, 1:16 PM Reply Quote 1
      • A Offline
        andrewchumchal @strawberry 3.141
        last edited by Oct 26, 2016, 1:16 PM

        @strawberry-3.141

        Thanks for your help

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        1 / 1
        • First post
          3/3
          Last post
        Enjoying MagicMirror? Please consider a donation!
        MagicMirror created by Michael Teeuw.
        Forum managed by Sam, technical setup by Karsten.
        This forum is using NodeBB as its core | Contributors
        Contact | Privacy Policy