From bc4151e131828de0b5d188a5e3ded58605bca983 Mon Sep 17 00:00:00 2001 From: Lewis Nyman Date: Wed, 12 May 2021 11:15:38 +0100 Subject: [PATCH] Attempting to fix single images --- .eleventy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eleventy.js b/.eleventy.js index ddad8d3..8216126 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -48,7 +48,7 @@ module.exports = function (eleventyConfig) { step: 150, // Width difference between each resized image }, gifToVideo: false, // Convert GIFs to MP4 videos - sizes: '(min-width: 900px) 280px, 100vw', // Default image `sizes` attribute + sizes: '(min-width: 900px) 880px, 100vw', // Default image `sizes` attribute lazy: true, // Include `loading="lazy"` attribute for images // additional: [ // // Globs of additional images to optimize (won't be resized)