Zach Leatherman
Zach Leatherman
`formats: ["svg", "avif", "webp", "jpeg"],` should prioritize to `["avif", "webp", "jpeg", "svg"]` Food for thought: in some cases we won’t want to use a separate `` for SVG at all?
Some heuristics to automatically swap between these two features (as `true` is less resource intensive). Noting that `true` will likely be the same as `"size"` output for SVGs below a...
e.g. on 11ty-website: ``` {% image "./src/img/possum-geri.png", "The possum is Eleventy’s mascot", [350], "elv-possum" %} {% image "./src/img/possum-geri.png", "3 possums suspended from a red balloon", [null] %} ``` This will...
Notably, this is how it works on 11ty-website: https://github.com/11ty/11ty-website/blob/7f56096f45f4425be706f5297f530f43677c8d32/src/docs/serverless-collections-export.11ty.js#L10
Noted by #37 and me in https://youtu.be/hJAtWQ9nmKU&t=512
Spawned from #13. Related to #15. Ideally we could upgrade the node runtime https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html but newer versions of puppeteer blow past the 50MB AWS Lambda limit. I haven’t tested all...
It may include Roboto! https://make.wordpress.org/core/2016/07/07/native-fonts-in-4-6/ I don’t have access to this currently. Hoping I get a reply to https://twitter.com/zachleat/status/782071456326782977