Title: Native Image Lazy Loading
Author: Justin Downey
Published: <strong>2019년 5월 21일</strong>
Last modified: 2019년 5월 21일

---

플러그인 검색

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

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

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

# Native Image Lazy Loading

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

[다운로드](https://downloads.wordpress.org/plugin/native-image-lazy-loading.zip)

 * [세부사항](https://ko.wordpress.org/plugins/native-image-lazy-loading/#description)
 * [평가](https://ko.wordpress.org/plugins/native-image-lazy-loading/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/native-image-lazy-loading/#installation)
 * [개발](https://ko.wordpress.org/plugins/native-image-lazy-loading/#developers)

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

## 설명

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.

## 스크린샷

 * [[
 * The Settings Page

## 설치

 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

## FAQ

  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**.

## 후기

![](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!

 [ 모든 1 평가 읽기 ](https://wordpress.org/support/plugin/native-image-lazy-loading/reviews/)

## 기여자 & 개발자

“Native Image Lazy Loading”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이
플러그인에 기여하였습니다.

기여자

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

[자국어로 “Native Image Lazy Loading”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/native-image-lazy-loading)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/native-image-lazy-loading/)
는, [SVN 저장소](https://plugins.svn.wordpress.org/native-image-lazy-loading/)를
확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/native-image-lazy-loading/)
을 [RSS](https://plugins.trac.wordpress.org/log/native-image-lazy-loading/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 1.1

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

#### 1.0

 * First release.

## 기초

 *  버전 **1.1**
 *  최근 업데이트: **7년 전**
 *  활성화된 설치 **20+**
 *  워드프레스 버전 ** 4.5 또는 그 이상 **
 *  다음까지 시험됨: **5.2.24**
 *  PHP 버전 ** 5.1 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/native-image-lazy-loading/)
 * 태그:
 * [images](https://ko.wordpress.org/plugins/tags/images/)[lazy load](https://ko.wordpress.org/plugins/tags/lazy-load/)
   [lazyload](https://ko.wordpress.org/plugins/tags/lazyload/)[loading](https://ko.wordpress.org/plugins/tags/loading/)
   [performance](https://ko.wordpress.org/plugins/tags/performance/)
 *  [고급 보기](https://ko.wordpress.org/plugins/native-image-lazy-loading/advanced/)

## 평점

 별 5점 만점에 4점.

 *  [  0/5-별점 후기     ](https://wordpress.org/support/plugin/native-image-lazy-loading/reviews/?filter=5)
 *  [  1/4-별점 후기     ](https://wordpress.org/support/plugin/native-image-lazy-loading/reviews/?filter=4)
 *  [  0/3-별점 후기     ](https://wordpress.org/support/plugin/native-image-lazy-loading/reviews/?filter=3)
 *  [  0/2-별점 후기     ](https://wordpress.org/support/plugin/native-image-lazy-loading/reviews/?filter=2)
 *  [  0/1-별점 후기     ](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)

[모든  리뷰 보기](https://wordpress.org/support/plugin/native-image-lazy-loading/reviews/)

## 기여자

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

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/native-image-lazy-loading/)