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