chore: image quality

This commit is contained in:
Cory Dransfeldt 2024-05-21 09:22:40 -07:00
parent 2034171ebc
commit 2d144e8922
No known key found for this signature in database
23 changed files with 31 additions and 31 deletions

View file

@ -17,7 +17,7 @@ schema: books
{% 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=75&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=85&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 }}">