From 7326912f9ffa627a5ab98d17c6e60f5f7b659581 Mon Sep 17 00:00:00 2001 From: pomeloy <45542782+pomeloy@users.noreply.github.com> Date: Fri, 19 Jan 2024 14:55:21 +0100 Subject: [PATCH] Fix picture partial img/source attributes Remove duplicate src attribute from image tag. Remove not allowed src attribute from source tag. Add default sizes attributes to img and source tag. Fix inconsistent srcset width. --- layouts/partials/picture.html | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/layouts/partials/picture.html b/layouts/partials/picture.html index 75c23994..9764157d 100644 --- a/layouts/partials/picture.html +++ b/layouts/partials/picture.html @@ -57,7 +57,7 @@ {{ end }}