perf(img): lazy load chunks (#1700)

This commit is contained in:
Aaron Pham
2025-01-03 11:27:43 -08:00
committed by GitHub
parent 83ce7ec0a7
commit fbb5d9f690

View File

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