Skip to content

Instantly share code, notes, and snippets.

@itzsaga
Last active March 5, 2017 03:44
Show Gist options
  • Select an option

  • Save itzsaga/d962f9adf22c69a478be52779708873c to your computer and use it in GitHub Desktop.

Select an option

Save itzsaga/d962f9adf22c69a478be52779708873c to your computer and use it in GitHub Desktop.
Quick CSS code for all media to be fluid.
img, table, form, input, video, audio, iframe {
width: 100%;
max-width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment