Element noscript not allowed as child of element picture in this context. (Suppressing further errors from this subtree.)
When the srcset attribute has any image candidate string with a width descriptor, the sizes attribute must also be present.
Ad 1. Updated ./layouts/partials/renderer/lqip.html + ./layouts/partials/renderer/lqip-webp.html, and created ./layouts/partials/renderer/img.html
Ad 2. Added to ./layouts/partials/renderer/native.html (on line 8) the sizes default value: sizes="100vw"
Adds in addition to hugo-mods/lazyimg:
./layouts/partials/renderer/figure.html
+./layouts/partials/renderer/figure-webp.html
/layouts/_default/_markup/render-image.html
Fixes W3C Markup Validator errors:
noscript
not allowed as child of elementpicture
in this context. (Suppressing further errors from this subtree.)srcset
attribute has any image candidate string with a width descriptor, thesizes
attribute must also be present.Ad 1. Updated
./layouts/partials/renderer/lqip.html
+./layouts/partials/renderer/lqip-webp.html
, and created./layouts/partials/renderer/img.html
Ad 2. Added to./layouts/partials/renderer/native.html
(on line 8) the sizes default value:sizes="100vw"
Does not support (yet):