Up-size blog post illustration to width=2000
This commit is contained in:
parent
759b6389b6
commit
f632ebf557
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue