Issue #5126

Usage of rocket_use_native_lazyload filter breaks some images when LazyLoad is enabled

Background Images

  1. div tag

    This is a background image in a div.

  2. span tag

    This is a background image in a span.

  3. section tag

    This is a background image in a section.
  4. figure tag

    This is a background image in a figure.
  5. a tag

    This is a background image in an a tag.
  6. li tag

  7. This is a background image in a li tag.
  8. This is a background image in a div but shouldn't be lazyloaded because it's set in a style tag.

Standard images

fix the issue