chore: image quality

This commit is contained in:
Cory Dransfeldt 2024-05-11 18:15:34 -07:00
parent 04aabd4b81
commit 473d58adbf
No known key found for this signature in database
18 changed files with 26 additions and 26 deletions

View file

@ -15,7 +15,7 @@ permalink: "/books/index.html"
{% capture alt %}{{ book.title }} by {{ book.authors }}{% endcapture %}
<article class="book-entry">
<a href="{{ book.url }}">
<img src="https://coryd.dev/.netlify/images/?url={{ book.image }}&fm=webp&q=65&w=137&h=209&fit=cover" alt="{{ alt }}" loading="eager" decoding="async" width="137" height="209" />
<img src="https://coryd.dev/.netlify/images/?url={{ book.image }}&fm=webp&q=75&w=137&h=209&fit=cover" alt="{{ alt }}" loading="eager" decoding="async" width="137" height="209" />
</a>
<div class="book-meta">
<a href="{{ book.url }}">