Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SVG images with .img-fluid are disproportionately sized on IE9 #52

Merged
merged 1 commit into from
May 18, 2018

Conversation

coliff
Copy link
Owner

@coliff coliff commented May 18, 2018

/* REF: twbs/bootstrap#23476 */

  .img-fluid[src$=".svg"] {
    width: 100% \9;
  }

/* REF: twbs/bootstrap#23476 */
  .img-fluid[src$=".svg"] {
    width: 100% \9;
  }
@coliff coliff added the ie9 label May 18, 2018
@coliff coliff self-assigned this May 18, 2018
@coliff coliff merged commit 77f202a into master May 18, 2018
@coliff coliff deleted the img-fluid-width-100 branch May 18, 2018 10:45
@namiltd
Copy link
Contributor

namiltd commented May 22, 2018

See: twbs/bootstrap#26536

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants