Up-size blog post illustration to width=2000

This commit is contained in:
Tanguy Gérôme 2025-06-10 16:25:11 +03:00
parent 759b6389b6
commit f632ebf557
Signed by untrusted user who does not match committer: tanguy
GPG key ID: 10B2947233740B88

View file

@ -98,7 +98,7 @@ pub fn BlogPost() -> impl IntoView {
view! {
<div class="blog-open-entry">
<div class="blog-illustration">
<img src=format!("https://directus.gerome.fi/assets/{}?width=1600&height=1000&fit=inside&format=auto&quality=90&withoutEnlargement=true", post.illustration.id)/>
<img src=format!("https://directus.gerome.fi/assets/{}?width=2000&fit=inside&format=auto&quality=90&withoutEnlargement=true", post.illustration.id)/>
<h2 class="blog-title"><p class="main-width">{translations.title}</p></h2>
</div>
<main class="main-width blog-entry-wrapper">