Skip to content

Instantly share code, notes, and snippets.

@wpspeak
Created June 15, 2013 03:47
Show Gist options
  • Save wpspeak/5786803 to your computer and use it in GitHub Desktop.
Save wpspeak/5786803 to your computer and use it in GitHub Desktop.
Responsive image with caption
// Responsive image with caption in WordPress
.wp-caption {
margin-bottom: 1em;
margin-left: 0;
max-width: 96%;
text-align: center;
}
.wp-caption img {
display: block;
margin: 0 auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment