Skip to content

Instantly share code, notes, and snippets.

@LeaVerou
Created December 20, 2011 22:14
Show Gist options
  • Save LeaVerou/1503534 to your computer and use it in GitHub Desktop.
Save LeaVerou/1503534 to your computer and use it in GitHub Desktop.
Fit in viewport demo
/**
* Fit in viewport demo
*/
img {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: auto;
object-fit: cover;
}
<img src="http://placekitten.com/300/300" />
{"view":"split","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment