Merge repos with workflow
This commit is contained in:
9
themes/LoveIt/assets/css/_partial/_img.scss
Normal file
9
themes/LoveIt/assets/css/_partial/_img.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
img {
|
||||
&.lazyload, &.lazyloading {
|
||||
@include object-fit(scale-down);
|
||||
}
|
||||
|
||||
&.lazyloaded {
|
||||
@include object-fit(contain);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user