mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
fix(img): remove lazy loading background style from img
Transparent images cannot cover loading images
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
img {
|
||||
@include border-radius($global-border-radius/2);
|
||||
|
||||
&[loading='lazy'] {
|
||||
background: var(#{$rootPrefix}loading-img) no-repeat center;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{{- hugo.Store.Set "version" "v0.4.0-rc" -}}
|
||||
{{- hugo.Store.Set "version" "v0.4.0-rc-20260103125638-00870fda" -}}
|
||||
{{- .Store.Set "this" dict -}}
|
||||
|
||||
{{- partial "init/detection-env.html" . -}}
|
||||
|
||||
Reference in New Issue
Block a user