mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
feat(img): default to max-width: 100%
This commit is contained in:
1
ionic/components/app/normalize.scss
vendored
1
ionic/components/app/normalize.scss
vendored
@ -36,6 +36,7 @@ strong {
|
|||||||
// Remove border when inside `a` element in IE 8/9/10.
|
// Remove border when inside `a` element in IE 8/9/10.
|
||||||
img {
|
img {
|
||||||
border: 0;
|
border: 0;
|
||||||
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Correct overflow not hidden in IE 9/10/11.
|
// Correct overflow not hidden in IE 9/10/11.
|
||||||
|
Reference in New Issue
Block a user