mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-15 19:36:20 +01:00
9 lines
135 B
SCSS
9 lines
135 B
SCSS
img {
|
|
&.lazyload, &.lazyloading {
|
|
@include object-fit(scale-down);
|
|
}
|
|
|
|
&.lazyloaded {
|
|
@include object-fit(contain);
|
|
}
|
|
}
|