Added loading=lazy to images

• Added:
- loading=lazy to images
This commit is contained in:
mgabdev
2020-08-17 16:28:04 -05:00
parent 7dadb125a2
commit bd20fd5ac5
3 changed files with 6 additions and 4 deletions

View File

@@ -185,6 +185,7 @@ class Item extends ImmutablePureComponent {
style={{ borderRadius }}
>
<img
loading='lazy'
src={previewUrl}
srcSet={srcSet}
sizes={sizes}