Add missing thumbnail size to the thumbnail render template.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2018-04-05 20:26:05 -04:00
parent 60fb00ff2d
commit 89d72da92c

View File

@@ -11,7 +11,11 @@
>
{% with 'lazy-load thin_border-thumbnail' as image_classes %}
{% with '200px' as image_max_height %}
{% with size_thumbnail_width as image_width %}
{% with size_thumbnail_height as image_height %}
{% include 'documents/forms/widgets/document_page_image.html' %}
{% endwith %}
{% endwith %}
{% endwith %}
{% endwith %}
</a>