From 81b95b3689563635b248f821c8dbd1915d986ce0 Mon Sep 17 00:00:00 2001 From: Cameron Otsuka Date: Fri, 28 Feb 2025 11:14:40 -0800 Subject: [PATCH] add size for retina displays --- eleventy.config.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eleventy.config.cjs b/eleventy.config.cjs index e636a51..6a2ac78 100644 --- a/eleventy.config.cjs +++ b/eleventy.config.cjs @@ -126,7 +126,7 @@ module.exports = async function (eleventyConfig) { input = relativeToInputPath(this.page.inputPath, src); } const metadata = await eleventyImagePlugin(input, { - widths: [360, 720], + widths: [360, 720, 1440], formats: ["svg", "avif", "jpeg", "gif"], sharpOptions: { animated: true, -- 2.51.0