Skip to content

Instantly share code, notes, and snippets.

@aosteraas
Created September 3, 2012 23:42
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 aosteraas/3614910 to your computer and use it in GitHub Desktop.
Save aosteraas/3614910 to your computer and use it in GitHub Desktop.
scalable images in wordpress
img[class*="align"],
img[class*="wp-image-"] {
height: auto; /* Make sure images with WordPress-added height and width >attributes are scaled correctly */
}
img.size-full {
max-width: 97.5%;
width: auto; /* Prevent stretching of full-size images with height and >>width attributes in IE8 */
}
.gallery-caption {
font-size: .8em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment