Skip to content

Commit

Permalink
Удаляет атрибуты ленивой загрузки в сниппете кода (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
monochromer authored Oct 22, 2023
1 parent 56ec91c commit 3467244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/articles/web-vitals-lighthouse/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ LCP — характеристика воспринимаемой пользо
lighthouse_400px.jpg 400w,
lighthouse_800px.jpg 800w,
lighthouse_1600px.jpg 1600w"
sizes="50vw" loading="lazy" decoding="async" alt="Полезный Lighthouse.">
sizes="50vw" alt="Полезный Lighthouse.">
```

Благодаря атрибутам `imagesrcset` и `imagesizes`, добавленным в `<link>`, вы можете предзагрузить адаптивные картинки, используя ту же логику из `srcset` и `sizes`:
Expand Down

0 comments on commit 3467244

Please sign in to comment.