mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 23:38:56 +00:00
13 lines
189 B
SCSS
13 lines
189 B
SCSS
img {
|
|
@include border-radius($global-border-radius/2);
|
|
|
|
&.lazyload,
|
|
&.lazyloading {
|
|
@include object-fit(scale-down);
|
|
}
|
|
|
|
&.lazyloaded {
|
|
@include object-fit(contain);
|
|
}
|
|
}
|