hook (filter): Allow plugins and themes to tell lazy images to skip an image with a given class.
hook (filter): Allow plugins and themes to tell lazy images to skip an image with a given class.
hook (filter): Allow plugins and themes to tell lazy images to skip an image with a given class.
hook (filter): Whether the lazy-images module should load.<p>This filter is not prefixed with jetpack_ to provide a smoother migration process from the WordPress Lazy Load plugin.</p>
hook (filter): Allow plugins and themes to override the attributes on the image before the content is updated.<p>One potential use of this filter is for themes that set <code>height:auto</code> on the <code>img</code> tag. With this filter, the theme could get the width and height attributes from the $attributes array and then add a style tag that sets those values as well, which could minimize reflow as images load.</p>
hook (filter): Allows plugins and themes to modify the placeholder image.<p>This filter is not prefixed with jetpack_ to provide a smoother migration process from the WordPress Lazy Load plugin.</p> View Example