Skip to content

Instantly share code, notes, and snippets.

@bright-spark
Last active January 2, 2017 03:59
Show Gist options
  • Save bright-spark/29c6c2118c079e545bf92dda84e85a08 to your computer and use it in GitHub Desktop.
Save bright-spark/29c6c2118c079e545bf92dda84e85a08 to your computer and use it in GitHub Desktop.
koding : flexi-flux minimal
<iframe src="http://liquoricegirls.com/" border="0" seamless="seamless"></iframe>

koding : flexi-flux minimal

flexi-flux minimal is a fullscreen iframe including basic media queries implementation compatible with all modern mobile and desktop HTML5 browsers i.e. Mozilla; Webkit; Chrome.

liquorice girls is a koding concept site and is used in this example

A Pen by Bright Sparks on CodePen.

License.

html, body, div, iframe {
margin:0;
padding:0;
height:100%;
}
iframe {
display:block;
width:100%;
border:none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment