Update (seo)
Add (lqip)
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user