画像と iframe の遅延読み込みはウェブサイトの読み込みを早くして、通信帯域を節約します。外部の JavaScript ライブラリに頼らないため、JavaScript が機能しない環境でも正常に動作します。 …
評価機能
4.2
最終更新日時
August 9, 2017
バージョン
1.0.9
有効インストール数
30K
BJ Lazy Load

Lazy loading makes your site load faster and saves bandwidth.

This plugin replaces all your post images, post thumbnails, gravatar images and content iframes with a placeholder and loads the content as it gets close to enter the browser window when the visitor scrolls the page. Also works with text widgets.

Since it works with iframes, it also covers embedded videoes from YouTube, Vimeo etc.

You can also lazy load other images and iframes in your theme, by using a simple filter.

Non-javascript visitors gets the original element in noscript.

Compatible with the RICG Responsive Images plugin for responsive images.

Please let me know if you have any issues. Fastest way to get a response is by Twitter: https://twitter.com/bjornjohansen

翻訳

  • Russian (ru_RU) by Elvisrk
  • Hebrew (he_IL) by Imri Sagive
  • Polish (pl_PL) by Maciej Gryniuk
  • Norwegian Bokmål (nb_NO) by Bjørn Johansen

Development happens at GitHub. Pull requests are very welcome.

発展的な使用方法

If you have images output in custom templates or want to lazy load other images in your theme, you may pass the HTML through a filter:

<?php $img_html = '<img src="myimage.jpg" alt="">'; $img_html = apply_filters( 'bj_lazy_load_html', $img_html ); echo $img_html; ?>

Note for developers: The filter has a priority of 10.

無料Creator プランを利用中
インストールすることで、WordPress.com の利用規約サードパーティ製プラグインの規約に同意したとみなされます。
有効インストール数
30K
最大テスト回数
4.9.25
このプラグインをダウンロードして、インストール型 WordPress のインストールに使用できます。