Skip to content

Instantly share code, notes, and snippets.

@jonnymaceachern
Last active September 3, 2015 16:51
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 jonnymaceachern/3f44ea682e4cb8cbf630 to your computer and use it in GitHub Desktop.
Save jonnymaceachern/3f44ea682e4cb8cbf630 to your computer and use it in GitHub Desktop.
Conditional to add html5shiv to < IE9 (primarily used when compatibility with 8 is necessary). This will fix any IE8 browser issues with Bootstrap 3 columns not columnizing.
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.3/respond.min.js"></script>
<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment