Skip to content

Instantly share code, notes, and snippets.

@Gonzalo2683
Created September 5, 2014 01:56
Show Gist options
  • Save Gonzalo2683/d222a7e97b0eebb6c5a9 to your computer and use it in GitHub Desktop.
Save Gonzalo2683/d222a7e97b0eebb6c5a9 to your computer and use it in GitHub Desktop.
Fix svg height and width in iE9
<div class="col-sm-3">
<div style="width: 100%; margin: 0 auto;">
<object>
<embed src="images/logo.svg" style="width: 100%; height: auto;" />
</object>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment