Skip to content

Instantly share code, notes, and snippets.

@LeaVerou
Created April 12, 2013 11:05
Show Gist options
  • Select an option

  • Save LeaVerou/5371281 to your computer and use it in GitHub Desktop.

Select an option

Save LeaVerou/5371281 to your computer and use it in GitHub Desktop.
Resize on replaced elements?
/**
* Resize on replaced elements?
*/
img {
width: 100px;
height: 100px;
resize: both;
overflow: hidden;
}
<img src="http://www.webplatform.org/errors/images/logo-2.svg" />
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment