1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-18 00:00:00 +00:00

[thumbnail] added 'thumbnail_size_for_original'

This commit is contained in:
llj
2017-05-31 16:08:44 +08:00
parent f7ed342e2d
commit 8dd8e1e7f0
8 changed files with 11 additions and 7 deletions

View File

@@ -238,7 +238,7 @@ define([
if (use_thumbnail) {
item_src = Common.getUrl($.extend(url_options, {
'name': 'thumbnail_get',
'size': 1024
'size': app.pageOptions.thumbnail_size_for_original
}));
} else {
item_src = Common.getUrl($.extend(url_options, {