Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

wp-lazy-load

Descrizione

This plugin optimizes your page load performance using the jQuery Lazy
Load. The img src attributes in your posts are replaced with
placeholder tags. The plugin waits for the user to scroll to near
the image before it starts loading the image.

This improves your page speed as only images that are actually viewed by users
are loaded. And your servers will also perform better as they will need
to serve fewer images.

Credits

Installazione

  1. Click Plugins > Add New in the WordPress admin panel.
  2. Search for “wp-lazy-load” and install.

Customization

The threshold parameter controls the distance in pixels that the your
viewers need to be close to to trigger loading of images. Default is 200
pixels.

The plugin uses a transparent gif as the placeholder image by default.
This can be changed by adding a custom placeholder image to your current
themes wp-lazy-load subdirectory.

For eg:- if you add red.gif to {current_theme}/wp-lazy-load/red.gif
and then change the plugin settings to use red.gif.

Then the placeholder for your images will use this red.gif image
instead.

FAQ

  • Can I change the placeholder image?

Yes, see the customization section under Installation.

Recensioni

Non ci sono recensioni per questo plugin.

Contributi e sviluppo

“wp-lazy-load” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

Traduci “wp-lazy-load” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.

Changelog (registro delle modifiche)

0.3.2

  • Adds effectSpeed parameter to control the animation speed.
    • Default is 400 ms.

0.3.1

  • Upgrades to Arrow 1.8.0.

0.3.0

  • Upgrades to Arrow 1.6.0.
  • Migrates plugin setting page to a client-side jQuery based app.

0.2.0

  • First release on wordpress.org

0.1.0

  • Initial Release