From 0319b7b1026907b369ec98d66673bad83ccef1fd Mon Sep 17 00:00:00 2001 From: Nguyen The Anh Date: Tue, 14 Jan 2020 21:14:52 +0900 Subject: [PATCH] feat(/): add live image preview when user hovers the image file name (only when the number of files in current folder less than 500 files) (#244) Co-authored-by: Prasath Mani --- tinyfilemanager.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tinyfilemanager.php b/tinyfilemanager.php index 61dfb1b..eca2a68 100644 --- a/tinyfilemanager.php +++ b/tinyfilemanager.php @@ -1870,9 +1870,12 @@ $all_files_size = 0; - +
' . readlink($path . '/' . $f) . '' : '') ?>
+ + +