diff --git a/eleventy.config.js b/eleventy.config.js index 1bae091..3646133 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -56,12 +56,12 @@ export default async function (eleventyConfig) { eleventyConfig.addPlugin(plugins.eleventyImageTransformPlugin, { formats: ['webp', 'jpeg'], - widths: [650, 960, 1200], + widths: ['auto'], htmlOptions: { imgAttributes: { loading: 'lazy', decoding: 'async', - sizes: '100vw' + sizes: 'auto' }, pictureAttributes: {} }