Skip to content

Commit

Permalink
Update sizes auto change to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Legend-Master committed Aug 15, 2024
1 parent 58ed865 commit b3343c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ By default, this will transform the image into a jpeg source and a webp source a
style="--lqip: url(data:image/webp;base64,UklGRj4AAABXRUJQVlA4IDIAAADQAQCdASoQAAwABUB8JZQAAudcoVPyIAD+uVyF4iJZsGTWpdieB7utExa6oMeh0PusAA==);"
>
<source srcset="assets/native-ideal-image/some-image-b0600-2160.webp" type="image/webp" />
<img loading="lazy" src="assets/native-ideal-image/some-image-6ee75-2160.jpeg" sizes="auto" width="2160" height="1620" />
<img loading="lazy" src="assets/native-ideal-image/some-image-6ee75-2160.jpeg" width="2160" height="1620" />
</picture>
```

Expand Down

0 comments on commit b3343c5

Please sign in to comment.