• Resolved Ramanan

    (@superpoincare)


    Wordpress has an RSS Widget which shows the feed of any site.

    It also loads the rss icon wp-includes/images/rss.png. But this plugin doesn’t lazyload the file.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Felix Arntz

    (@flixos90)

    Unfortunately there is no way to filter the output of that widget, so that image cannot be lazy-loaded. This is a restriction of WordPress that this plugin cannot work around without hacking around it, which would have negative performance implications.

    However, there are definitely a few more places where the plugin could lazy-load images, for example in a text widget. I opened an issue https://github.com/GoogleChromeLabs/wp-native-lazyload/issues/2 to implement this.

    Thread Starter Ramanan

    (@superpoincare)

    Understood.

    I have an html widget though with an image (for creative commons) and the image has the lazyload attribute!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Doesn’t lazyload the RSS Widget image’ is closed to new replies.