diff --git a/js/varbase-editor.ckeditor5.media-image.admin.js b/js/varbase-editor.ckeditor5.media-image.admin.js index f776e0a3f32b098959ce195351da2fc0c6066fb6..0720babfbeb30021ac39528057956f963bf4298f 100644 --- a/js/varbase-editor.ckeditor5.media-image.admin.js +++ b/js/varbase-editor.ckeditor5.media-image.admin.js @@ -28,7 +28,7 @@ // Ensure that the commands are executed only once. if (resizeCommand.value == null) { // Execute commands. - viewModeCommand.execute({ value: 'original', group: 'viewMode' }); + viewModeCommand.execute({ value: 'large', group: 'viewMode' }); resizeCommand.execute({ width: '50%' }); } }