We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22bdd07 commit d17b91cCopy full SHA for d17b91c
src/fetch_image.js
@@ -1,7 +1,7 @@
1
const Image = require("@11ty/eleventy-img");
2
module.exports = async function (src) {
3
return await Image(src, {
4
- widths: [null, 300, 720, 940, 1200],
+ widths: [300, 720, 940],
5
formats: ["jpeg", "png"],
6
urlPath: "/assets/images/",
7
outputDir: "./_site/assets/images/"
0 commit comments