• filter

    lazyload_is_enabled

    Whether the lazy-images module should load.This filter is not prefixed with jetpack_ to provide a smoother migration process from the WordPress Lazy Load plugin.

  • filter

    jetpack_lazy_images_new_attributes

    Allow plugins and themes to override the attributes on the image before the content is updated.One potential use of this filter is for themes that set height:auto on the img 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.

  • filter

    lazyload_images_placeholder_image

    Allows plugins and themes to modify the placeholder image.This filter is not prefixed with jetpack_ to provide a smoother migration process from the WordPress Lazy Load plugin.