diff --git a/resources/assets/javascripts/chunks/wysiwyg.js b/resources/assets/javascripts/chunks/wysiwyg.js
index 7d9ccfc472f6aaa6427c7d5548ee29e056d44a8f..b5161b195376c2af9c8b3925a7d7ba8e8b814b29 100644
--- a/resources/assets/javascripts/chunks/wysiwyg.js
+++ b/resources/assets/javascripts/chunks/wysiwyg.js
@@ -188,7 +188,34 @@ ClassicEditor.defaultConfig = {
         colors: customColorPalette,
     },
     image: {
+        resizeOptions: [
+            {
+                name: 'resizeImage:original',
+                value: null,
+                icon: 'original'
+            },
+            {
+                name: 'resizeImage:25',
+                value: '25',
+                icon: 'small'
+            },
+            {
+                name: 'resizeImage:50',
+                value: '50',
+                icon: 'medium'
+            },
+            {
+                name: 'resizeImage:75',
+                value: '75',
+                icon: 'large'
+            }
+        ],
         toolbar: [
+            'resizeImage:25',
+            'resizeImage:50',
+            'resizeImage:75',
+            'resizeImage:original',
+            '|',
             'imageStyle:inline',
             'imageStyle:block',
             'imageStyle:side',