chore: image size

This commit is contained in:
Cory Dransfeldt 2024-05-25 14:54:03 -07:00
parent e573093ff7
commit fddd10497a

View file

@ -18,7 +18,7 @@ schema: books
{% capture alt %}{{ book.title }} by {{ book.authors }}{% endcapture %} {% capture alt %}{{ book.title }} by {{ book.authors }}{% endcapture %}
<article class="book-entry"> <article class="book-entry">
<a href="{{ book.url }}"> <a href="{{ book.url }}">
<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" /> <img src="https://coryd.dev/.netlify/images/?url={{ book.image }}&fm=webp&q=85&w=203&h=309&fit=cover" alt="{{ alt }}" loading="eager" decoding="async" width="203" height="309" />
</a> </a>
<div class="book-meta"> <div class="book-meta">
<a href="{{ book.url }}"> <a href="{{ book.url }}">