Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@dave-4k
Last active May 26, 2017 22:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dave-4k/96141d89a229c05cdeb51d8e89d5e511 to your computer and use it in GitHub Desktop.
Save dave-4k/96141d89a229c05cdeb51d8e89d5e511 to your computer and use it in GitHub Desktop.
Fullscreen iFrame
/**
* Fullscreen iFrame
*/
#fullscreen_iframe{
width: 100%;
height: 100vh; /* 100 percent of vertical height */
border: none;
}
<iframe id="fullscreen_iframe" src="https://result.codespector.net/gist/5e108f53808e2f25d2c13c099cbe8c96/43598c9e53bffb12a0f4cd39a346f7e9ac1aa182">
<!-- iFrame-Demo from: https://www.codespector.net/gist/5e108f53808e2f25d2c13c099cbe8c96 -->
// alert('Welcome to codespector!');
{"view":"split-vertical","fontsize":"100","seethrough":"","codespector_bootstrap":"","codespector_jquery":"","page":"result"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment