resizer
This commit is contained in:
parent
b7291d976a
commit
1b4651cef3
|
|
@ -15,7 +15,7 @@
|
|||
<div class="event__body-row">
|
||||
<div class="event__body-image">
|
||||
<a href="{{firstPost.featured_image|media_cdn}}" class="primary progressive replace">
|
||||
<img class="preview" src="{{'firstPost.featured_image|resize(300,200)}}" alt="{{firstPost.title}}">
|
||||
<img class="preview" src="{{firstPost.featured_image|resize(300,200)}}" alt="{{firstPost.title}}">
|
||||
</a>
|
||||
<div class="event__body-card">
|
||||
{% partial 'index/post_item' post = firstPost category = category %}
|
||||
|
|
|
|||
Loading…
Reference in New Issue