diff --git a/apps/documenteditor/main/app/controller/PageThumbnails.js b/apps/documenteditor/main/app/controller/PageThumbnails.js index c526fd8a7..f8702d131 100644 --- a/apps/documenteditor/main/app/controller/PageThumbnails.js +++ b/apps/documenteditor/main/app/controller/PageThumbnails.js @@ -112,7 +112,7 @@ define([ }, updateSize: function (size) { - this.thumbnailsSize = size * 100; + this.thumbnailsSize = Math.min(size * 100, 100); }, onChangeSize: function(field, newValue) {