Skip to content

Instantly share code, notes, and snippets.

@raideus
Created April 29, 2012 17:29
Show Gist options
  • Save raideus/2552120 to your computer and use it in GitHub Desktop.
Save raideus/2552120 to your computer and use it in GitHub Desktop.
CSS for implementing fluid images on a WordPress site.
img,
.wp-caption {
max-width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment