Skip to content

Instantly share code, notes, and snippets.

@LeaVerou
Created May 30, 2019 19:29
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 LeaVerou/c19a867bc53b31d3565d812eb8e43c48 to your computer and use it in GitHub Desktop.
Save LeaVerou/c19a867bc53b31d3565d812eb8e43c48 to your computer and use it in GitHub Desktop.
Aspect ratio
/**
* Aspect ratio
*/
img, svg {
background: yellow;
max-height: 1em;
}
<img src="data:image/svg+xml,<svg xmlns=&quot;http://www.w3.org/2000/svg&quot; viewBox=&quot;0 0 100 100&quot;><circle cx=&quot;50&quot; cy=&quot;50&quot; r=&quot;50&quot; fill=&quot;red&quot; /></svg>">
<svg viewBox="0 0 100 100"><circle cx="50" cy="50" r="50" fill="red" /></svg>
// alert('Hello world!');
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment