Update (seo)

Add (lqip)
This commit is contained in:
2023-09-25 02:41:40 +08:00
parent ef9c5a1407
commit 3aa6367e83
20 changed files with 163 additions and 38 deletions

View File

@@ -19,3 +19,19 @@ .nav-scroller .nav {
.hover-text-decoration-underline:hover {
text-decoration: underline !important;
}
/* lqip start */
img {
transition: opacity 0.5s ease;
}
img.lqip-blur {
opacity: 1; /* or any value less than 1 to make it slightly transparent */
}
img.lqip-blur {
filter: blur(20px);
-webkit-filter: blur(20px);
}
/* lqip end */