Skip to content
Snippets Groups Projects
Commit 8cef4612 authored by OndraPetrzilka's avatar OndraPetrzilka Committed by jan.bednarik
Browse files

article_preview.html changed from image to thumb_image

parent ac584475
No related branches found
No related tags found
2 merge requests!617Release,!615Feature/district page image
......@@ -11,8 +11,8 @@
<div class="article-card-cover">
<a href="{{ article.url }}" itemprop="image" itemtype="http://schema.org/ImageObject" itemscope="">
{% image article.image fill-356x192 as img %}
{% image article.image fill-714x384 as img_2x %}
{% image article.thumb_image fill-356x192 as img %}
{% image article.thumb_image fill-714x384 as img_2x %}
<img
src="{{ img.url }}"
srcset="{{ img.url }}, {{ img_2x.url }} 2x"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment