diff --git a/.eleventy.js b/.eleventy.js index a94a7ff8..9414ea84 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -142,7 +142,7 @@ module.exports = function (eleventyConfig) { eleventyConfig.addShortcode('image', async function (src, alt, css, sizes, loading) { if (!src) return let metadata = await Image(src, { - widths: [75, 150, 300, 600], + widths: [75, 150, 300, 600, 900, 1200], formats: ['webp'], urlPath: '/assets/img/cache/', outputDir: './_site/assets/img/cache/', diff --git a/src/uses.md b/src/uses.md index 879e6386..58ae351b 100644 --- a/src/uses.md +++ b/src/uses.md @@ -26,7 +26,7 @@ meta: Software and services that I use for work and my own enjoyment. -{% image 'https://coryd.dev/assets/img/pages/uses.jpg', 'My desk', 'w-full border border-purple-600 dark:border-purple-400 rounded-lg', '900px' %} +{% image 'https://coryd.dev/assets/img/pages/uses.jpg', 'My desk', 'w-full border border-purple-600 dark:border-purple-400 rounded-lg', '1200px' %}

Computer setup