apply_filters ( 'jetpack_lazy_images_new_attributes', array An )

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>

Source file: jetpack_vendor/automattic/jetpack-lazy-images/src/lazy-images.php

View in GitHub

Parameters

An

(array) An array containing the attributes for the image, where the key is the attribute name and the value is the attribute value.


Changelog

Since: Jetpack 1.0.0


How to use this hook

See Using actions and filters to customize Jetpack.

Notes

Have a note to contribute?