Skip to content

Instantly share code, notes, and snippets.

@sriramrudraraju
Last active September 10, 2018 14:23
Show Gist options
  • Save sriramrudraraju/ec512fb7f2cc1a0897db683cb84370c6 to your computer and use it in GitHub Desktop.
Save sriramrudraraju/ec512fb7f2cc1a0897db683cb84370c6 to your computer and use it in GitHub Desktop.
Responsive Placeholder Image

Transparent responsive data uri

data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" viewBox%3D"0 0 228.5 127.22"%2F%3E

  • 228.5 represents width
  • 127.22 respresents height
  • height and width preserve aspect ratio.
  • more info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment