diff --git a/static/js/editor.js b/static/js/editor.js index f676f58..26b97ec 100644 --- a/static/js/editor.js +++ b/static/js/editor.js @@ -64,6 +64,10 @@ $(document).ready(function () { filePickerCallback = callback; parent.postMessage('browse ' + meta.filetype, "*"); }, + image_dimensions: false, + image_class_list: [ + {title: 'Autosizing', value: 'img-responsive img-fluid'} + ], mobile: { theme: 'mobile' }