Title: Native Image Lazy Loading
Author: Justin Downey
Published: <strong>2019-05-21</strong>
Last modified: 2019-05-21

---

Szukaj wtyczek

![](https://ps.w.org/native-image-lazy-loading/assets/banner-772x250.jpg?rev=2091890)

Wtyczka **nie została przetestowana z trzema ostatnimi głównymi wydaniami WordPressa**.
Może nie być już utrzymywana lub obsługiwana, co może skutkować problemem ze zgodnością
z nowszymi wersjami WordPressa.

![](https://ps.w.org/native-image-lazy-loading/assets/icon-256x256.jpg?rev=2091890)

# Native Image Lazy Loading

 Autor: [Justin Downey](https://profiles.wordpress.org/jdm-labs/)

[Pobierz](https://downloads.wordpress.org/plugin/native-image-lazy-loading.zip)

 * [Szczegóły](https://pl.wordpress.org/plugins/native-image-lazy-loading/#description)
 * [Recenzje](https://pl.wordpress.org/plugins/native-image-lazy-loading/#reviews)
 *  [Instalacja](https://pl.wordpress.org/plugins/native-image-lazy-loading/#installation)
 * [Rozwój](https://pl.wordpress.org/plugins/native-image-lazy-loading/#developers)

 [Wsparcie](https://wordpress.org/support/plugin/native-image-lazy-loading/)

## Opis

This plugin adds the `loading` attribute to IMG tags found when filtering `the_content()`
to support native image lazy loading.

For more information about lazy loading images using this new native browser image
attribute, check out this article: [https://addyosmani.com/blog/lazy-loading/](https://addyosmani.com/blog/lazy-loading/)
and for a little more depth into what we’re doing here, check out our [explainer post](https://jdmdig.it/30nXp7h).

Historically, to limit the impact offscreen images have on page load times, developers
have needed to use a JavaScript library (like [LazySizes](https://github.com/aFarkas/lazysizes)
or [Vanilla-LazyLoad](https://www.andreaverlicchi.eu/lazyload/)) in order to defer
fetching these images until a user scrolls near them. What if the browser could 
avoid loading these offscreen images for you?

The `loading` attribute instructs a browser to defer loading offscreen images until
users scroll near them. It comes in three flavors: **eager**, **auto**, and **lazy**.
Install this plugin and you can set the first image’s loading attribute and the 
loading attribute for all the subsequent images sent through `the_content()` in 
the plugin’s settings page.

**Simple is Beautiful**

There is no JavaScript or CSS included in the plugin. It just works in browsers 
that support the new `loading` image attribute.

For browsers that don’t support this new image loading attribute, that’s ok. You
can still use whatever JavaScript-based image lazy loader you want as a fallback
until browser support becomes a little more mainstream.

## Zrzuty ekranu

 * [[
 * The Settings Page

## Instalacja

 1. Install **Native Image Lazy Loading** from the WordPress repo
 2. Activate the plugin through the **Plugins** menu
 3. Configure in **Settings** >> **Native Lazy Loading**
 4. **Marvel** at its simplicity

## Najczęściej zadawane pytania

  Does this add any JS?

Nope. If you’re using another JS-based lazy loader, that’ll just keep working as
it did. If the browser doesn\’t support the `loading` attribute, it’ll just ignore
it and process per usual.

  Where is the Settings Page?

In version 1.0 there wan’t one, but thanks to a suggestion by [@verlok](https://github.com/verlok),
there IS one in v1.1. You’ll find it at **Settings** >> **Native Lazy Loading**.

## Recenzje

![](https://secure.gravatar.com/avatar/33874bf491bb77cce66d82be6dea6ea6e7906a491188aa01e217284304a478ca?
s=60&d=retro&r=g)

### 󠀁[Yes, but …](https://wordpress.org/support/topic/yes-but-4/)󠁿

 [deluigiluca](https://profiles.wordpress.org/deluigiluca/) 2019-10-26

The great things are: – very light plugin with no commercial adv or whatsoever… –
Yes, it replaces <img with <img loading="lazy" But… – it replaced only 9 <img on
41 on my page … anyway, thanks for trying to do the web a better place!

 [ Przeczytaj 1 recenzje ](https://wordpress.org/support/plugin/native-image-lazy-loading/reviews/)

## Kontrybutorzy i deweloperzy

„Native Image Lazy Loading” jest oprogramowaniem open source. Poniższe osoby miały
wkład w rozwój wtyczki.

Zaangażowani

 *   [ Justin Downey ](https://profiles.wordpress.org/jdm-labs/)

[Przetłumacz wtyczkę “Native Image Lazy Loading” na swój język.](https://translate.wordpress.org/projects/wp-plugins/native-image-lazy-loading)

### Interesuje cię rozwój wtyczki?

[Przeglądaj kod](https://plugins.trac.wordpress.org/browser/native-image-lazy-loading/),
sprawdź [repozytorium SVN](https://plugins.svn.wordpress.org/native-image-lazy-loading/)
lub czytaj [dziennik rozwoju](https://plugins.trac.wordpress.org/log/native-image-lazy-loading/)
przez [RSS](https://plugins.trac.wordpress.org/log/native-image-lazy-loading/?limit=100&mode=stop_on_copy&format=rss).

## Rejestr zmian

#### 1.1

 * Added Settings Page
 * Added Option to select the `loading=""` attribute

#### 1.0

 * First release.

## Meta

 *  Wersja **1.1**
 *  Ostatnia aktualizacja **7 lat temu**
 *  Włączone instalacje **20+**
 *  Wersja WordPressa ** 4.5 lub nowszej **
 *  Testowano do **5.2.24**
 *  Wersja PHP ** 5.1 lub nowszej **
 *  Język
 * [English (US)](https://wordpress.org/plugins/native-image-lazy-loading/)
 * Tagi
 * [images](https://pl.wordpress.org/plugins/tags/images/)[lazy load](https://pl.wordpress.org/plugins/tags/lazy-load/)
   [lazyload](https://pl.wordpress.org/plugins/tags/lazyload/)[loading](https://pl.wordpress.org/plugins/tags/loading/)
   [performance](https://pl.wordpress.org/plugins/tags/performance/)
 *  [Widok zaawansowany](https://pl.wordpress.org/plugins/native-image-lazy-loading/advanced/)

## Oceny

 4 na 5 gwiazdek.

 *  [  0 recenzji 5-gwiazdkowych     ](https://wordpress.org/support/plugin/native-image-lazy-loading/reviews/?filter=5)
 *  [  1 recenzja 4-gwiazdkowa     ](https://wordpress.org/support/plugin/native-image-lazy-loading/reviews/?filter=4)
 *  [  0 recenzji 3-gwiazdkowych     ](https://wordpress.org/support/plugin/native-image-lazy-loading/reviews/?filter=3)
 *  [  0 recenzji 2-gwiazdkowych     ](https://wordpress.org/support/plugin/native-image-lazy-loading/reviews/?filter=2)
 *  [  0 recenzji 1-gwiazdkowych     ](https://wordpress.org/support/plugin/native-image-lazy-loading/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/native-image-lazy-loading/reviews/#new-post)

[Zobacz wszystkierecenzje.](https://wordpress.org/support/plugin/native-image-lazy-loading/reviews/)

## Zaangażowani

 *   [ Justin Downey ](https://profiles.wordpress.org/jdm-labs/)

## Wsparcie

Masz coś do dodania? Potrzebujesz pomocy?

 [Zobacz forum wsparcia](https://wordpress.org/support/plugin/native-image-lazy-loading/)