Skip to content

Commit 4ec7ae9

Browse files
docs: remove outdated information about native lazy loading support in Safari
1 parent a0f3c1b commit 4ec7ae9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/guide/index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ unlazy is a universal lazy loading library leveraging native browser APIs. It is
44

55
Images are initially rendered with blurry placeholders, giving the user an impression of the page layout and content. As the images enter the viewport, they are replaced with the full-quality versions, providing a smoother experience. This approach prioritizes the initial rendering of the page and improves the perceived performance for users, especially when the connection is slow or unstable.
66

7-
::: info
8-
Although the `loading="lazy"` attribute is supported in all major browsers, it is only available in Safari 15.4 (released March 2022) and later versions by default. If native lazy loading is not supported, unlazy will fall back to eager loading.
9-
:::
10-
117
## How It Works
128

139
unlazy enhances the native `loading="lazy"` attribute by processing images and managing their lifecycle:

0 commit comments

Comments
 (0)