From 978341b546ef5a0958a99cf6faea3940e4405394 Mon Sep 17 00:00:00 2001 From: Felipe Simoes Date: Tue, 2 Jan 2024 19:17:21 +0100 Subject: [PATCH] Documentation and resoning --- scripts/libs.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/libs.js b/scripts/libs.js index fdf9cb52..135f9499 100644 --- a/scripts/libs.js +++ b/scripts/libs.js @@ -55,6 +55,5 @@ export const eagerImage = (block, length = 1) => { const ratio = Math.floor((width / height) * 10) / 10; img.style.aspectRatio = ratio; img.setAttribute('loading', 'eager'); - document.head.append(``); }); };