mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
17 lines
166 B
SCSS
17 lines
166 B
SCSS
|
|
:host {
|
|
display: block;
|
|
|
|
object-fit: contain;
|
|
}
|
|
|
|
img {
|
|
display: block;
|
|
|
|
width: 100%;
|
|
height: 100%;
|
|
|
|
object-fit: inherit;
|
|
object-position: inherit;
|
|
}
|