preview_image_o.html.twig 252 Bytes
Newer Older
Julien Jorry committed
1 2 3 4
{% extends '@SonataAdmin/CRUD/base_list_field.html.twig' %}

{% block field%}
    {# <img src="{{ vich_uploader_asset(object, 'file') }}" alt="" style="max-height: 50px; max-width: 50px;" /> #}
Julien Jorry committed
5
    {% thumbnail object.media, 'preview' %}
Julien Jorry committed
6
{% endblock %}