Skip to content

Commit

Permalink
feat(index/hero): improve image gen
Browse files Browse the repository at this point in the history
  • Loading branch information
wem1c committed Oct 15, 2024
1 parent 5f87414 commit c9c91a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_includes/pages/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ components: expanding-acronym
</header>

<div id="image-container" class="hero__image | frame">
{% 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" %}
</div>
</main>

Expand Down

0 comments on commit c9c91a5

Please sign in to comment.