This might be related loading="lazy"
. Since Wordpress 5.5
by default loading="lazy"
is applied to images as it became a native browser behaviour.
We can disable this native behaviour by using this filter wp_lazy_loading_enabled
hook filter in your function.php
.
add_filter( 'wp_lazy_loading_enabled', '__return_false' );
As per the Can I Use the support for attribut loading="lazy"
is still has a global of only 72.72%
.
IE |
Edge |
Firefox |
Chrome |
Safari |
IOS Safari |
Not Supported |
Supported |
Partial Support |
Supported |
Not Supported but can be enabled |
Not Supported but can be enabled |
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…