Skip to content

Instantly share code, notes, and snippets.

@bastianallgeier
Created July 26, 2011 07:31
Show Gist options
  • Save bastianallgeier/1106197 to your computer and use it in GitHub Desktop.
Save bastianallgeier/1106197 to your computer and use it in GitHub Desktop.
Mark Images without width or height attributes during development
img:not([width]):not([height]) {
border: 2px solid red !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment