- Issue created by @rahuldrupadev
I am using a file upload field; if the field is image type, then I want to create an image style. I have installed the twig tweak module. But still does not work. using a view to call file fields and view template
{% if file_exr == 'mp4' %}
<video width="100%" height="auto" controls>
<source src="{{ fields.field_upload_file.content }}" type="video/mp4">
</video>
{% else %}
<img src="{{ fields.field_upload_file.content|image_style('medium') }}">
{% endif %}
Active
1.0
image.module