Skip to content
Snippets Groups Projects
Commit 91c71493 authored by Brian Canini's avatar Brian Canini
Browse files

template update

- image video gallery remote video utilize square thumbnail
parent fdcb6c7f
1 merge request!43template update
......@@ -38,7 +38,7 @@
<a href="{{ content.field_media_oembed_video[0]['#context'].value }}" data-toggle="lightbox" data-title="{{ content.field_video_title[0] }}" data-footer="{{ content.field_video_caption[0] }}" data-gallery="Gallery">
<img src="{{ content['thumbnail'][0]['#url'] }}" alt="{{ content.field_video_title2[0] }}" alt="{{ content.field_video_title[0] }}" />
<img src="{{ file_url(content.thumbnail|field_target_entity.uri.value|image_style('thumbnail_for_preview')) }}" alt="{{ content.field_video_title[0] }}" />
</a>
</div>
......
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