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:
@@ -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, {
|
||||
|
Reference in New Issue
Block a user