Skip to content

Commit 1b7b760

Browse files
Fix post header to use processed image (#118)
1 parent 0e545e2 commit 1b7b760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/features/post/post.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h2>{{ post.excerpt }}</h2>
2828
</div>
2929
</div>
3030
<div class="post__header-image">
31-
<img [src]="post | postUrl: post.teaser" alt="" />
31+
<img [src]="post | postUrl : post.displayTeaser?.lg" alt="" />
3232
</div>
3333
</header>
3434
<div class="post__content">

0 commit comments

Comments
 (0)