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