Hi there,
I’m using a background image on a DIV element within a section, and I’d like to add the title
and loading
attributes to that image for accessibility and performance reasons.
So far, I can only customize the alt
attribute via the UI.
Is there a way (maybe with custom attributes or a filter) to also include the title
and loading="lazy"
attributes on a background image?
Thanks in advance for your help!