Skip to content
Snippets Groups Projects
Commit adfe3785 authored by Georgi's avatar Georgi
Browse files

[BUGFIX] Fix vimeo thumbnail images

parent 2aba06be
No related branches found
No related tags found
1 merge request!13Feature frontend filters
......@@ -188,7 +188,7 @@
<f:else>
<f:if condition="{feedItem.thumbnail}">
<f:then>
<vi:picture class="sg-video__image object-fit-cover h-100 w-100" width="{thumbnailWidth}" height="{thumbnailHeight}" image="{feedItem.thumbnail}" alt="{feedItem.name}" />
<vi:picture class="sg-video__image object-fit-cover h-100 w-100" width="{thumbnailWidth}" height="{thumbnailHeight}" image="{feedItem.thumbnail}" alt="{feedItem.name}" treatIdAsReference="true" />
</f:then>
<f:else>
<f:if condition="{feedItem.pictures.base_link}">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment