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.
    • andrewchumchalA Offline
      andrewchumchal
      last edited by

      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

      strawberry 3.141S 1 Reply Last reply Reply Quote 0
      • strawberry 3.141S Offline
        strawberry 3.141 Project Sponsor Module Developer @andrewchumchal
        last edited by

        @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

        andrewchumchalA 1 Reply Last reply Reply Quote 1
        • andrewchumchalA Offline
          andrewchumchal @strawberry 3.141
          last edited by

          @strawberry-3.141

          Thanks for your help

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          • First post
            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