From 358486f824519a5223e247120fb4415c79d7562a Mon Sep 17 00:00:00 2001 From: hippoz Date: Fri, 2 Oct 2020 21:50:31 +0300 Subject: [PATCH] move tags... maybe that will help the image being too small? probably not --- views/file.ejs | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/views/file.ejs b/views/file.ejs index 397e718..94edaf7 100644 --- a/views/file.ejs +++ b/views/file.ejs @@ -6,11 +6,6 @@ <%= filename %> <% if (fileType !== 'file') { %> - <% if (fileType === 'video' || fileType === 'image') { %> - - - <% } %> - <% if (fileType === 'video') { %> @@ -25,6 +20,10 @@ + <% if (fileType === 'video' || fileType === 'image') { %> + + + <% } %> <% } %>