Compare commits

...

1 Commits

Author SHA1 Message Date
Aaron Pham
3b7718a471
perf(img): lazy load chunks
See https://css-tricks.com/almanac/properties/c/content-visibility/
2025-01-03 11:16:06 -08:00

View File

@ -512,6 +512,7 @@ img {
max-width: 100%;
border-radius: 5px;
margin: 1rem 0;
content-visibility: auto;
}
p > img + em {