Skip to content

Instantly share code, notes, and snippets.

@Ricardo-Diaz
Created October 30, 2012 03:42
Show Gist options
  • Save Ricardo-Diaz/3978174 to your computer and use it in GitHub Desktop.
Save Ricardo-Diaz/3978174 to your computer and use it in GitHub Desktop.
CSS: Flexible Images
//Flex Images
figure img {
max-width: 100%;
height: auto !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment