Issue #3182590 by osman: Render `loading=“lazy”` only when native lazy-loading is preferred
If native lazy-loading is preferred only loading=“lazy”
attribute is added to the image and iframe tags.
If lazysizes javascript library is used, the tag attributes are updated on server side, instead of via Javascript.