Skip to content

Commit

Permalink
Fix post header to use processed image (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
robinsonzimmermann authored May 2, 2024
1 parent 0e545e2 commit 1b7b760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/features/post/post.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h2>{{ post.excerpt }}</h2>
</div>
</div>
<div class="post__header-image">
<img [src]="post | postUrl: post.teaser" alt="" />
<img [src]="post | postUrl : post.displayTeaser?.lg" alt="" />
</div>
</header>
<div class="post__content">
Expand Down

0 comments on commit 1b7b760

Please sign in to comment.