From c9c91a529a9e8ed239f5bef472c376136ce8d1c9 Mon Sep 17 00:00:00 2001 From: "Conor C. Peterson" Date: Tue, 15 Oct 2024 11:52:29 +0200 Subject: [PATCH] feat(index/hero): improve image gen --- src/_includes/pages/index.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_includes/pages/index.njk b/src/_includes/pages/index.njk index 8207c1c..9933a05 100644 --- a/src/_includes/pages/index.njk +++ b/src/_includes/pages/index.njk @@ -23,7 +23,7 @@ components: expanding-acronym
- {% image "./src/assets/images/pfp_circle.png", "A selfie of a person against a dark green background with white-outlined symbols splattered against it", [612, 612], "100vw, (min-with: 768) 50vw", "eager", "sync" %} + {% image "./src/assets/images/pfp_circle.png", "A selfie of a person against a dark green background with white-outlined symbols splattered against it", [612, "auto"], "(max-with: 47.75em) 100vw, 50vw", "eager", "sync" %}