From 89d72da92c0705384690774fbf9415dac0b48a97 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 5 Apr 2018 20:26:05 -0400 Subject: [PATCH] Add missing thumbnail size to the thumbnail render template. Signed-off-by: Roberto Rosario --- .../templates/documents/widgets/document_thumbnail.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mayan/apps/documents/templates/documents/widgets/document_thumbnail.html b/mayan/apps/documents/templates/documents/widgets/document_thumbnail.html index 4fcf8cd6f1..9c020f19d3 100644 --- a/mayan/apps/documents/templates/documents/widgets/document_thumbnail.html +++ b/mayan/apps/documents/templates/documents/widgets/document_thumbnail.html @@ -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 %}