diff --git a/content/adr/html-loading-attribute b/content/adr/html-loading-attribute new file mode 100644 index 00000000..172478a7 --- /dev/null +++ b/content/adr/html-loading-attribute @@ -0,0 +1,32 @@ +--- +title: "Loading attribute in img and iframe HTML tags" +date: "2025-15-01" +decision: "Loading attribute should be added on all img and iframe tags and set to lazy" +status: "accepted" +categories: + - HTML +--- + +# Native LazyLoading for img and iframe + +## Context + +Images not only contribute to bandwidth and data usage but also slow down page loads, most images are often outside the viewport and cannot be viewed anyways on page load unless the user scrolls to them. We can optimise this by using the native loading attribute. + +## Decision + +- We shall ensure every and