• For some reason google complains that background images are not defer. I have manual added loading=”lazy” and it still will complain. I’m not sure what to do.

Viewing 1 replies (of 1 total)
  • Plugin Author Albert Peschar

    (@kiboit)

    Hi @exactprecisions,

    PhastPress does not support lazy loading background images (yet).

    The loading=lazy attribute is only relevant for <IMG> tags. Background images are images that are loaded using the CSS background-image property, and for those the loading=lazy attribute cannot be used.

    If you want to lazy load background images, you might have to implement this yourself. I’m not sure if there’s a plugin for this.

    –Albert

Viewing 1 replies (of 1 total)
  • The topic ‘background images not defer’ is closed to new replies.