image icon indicating copy to clipboard operation
image copied to clipboard

Allow `stretched` by default

Open atulmy opened this issue 5 years ago • 0 comments

Is it possible to enable stretched once upload is finished by default? Currently, the image is left aligned by default.

Maybe something like this when initializing EditorJs would be helpful:

image: {
  class: EditorToolImage,
  config: {
    stretched: true
  },
},

atulmy avatar Oct 24 '20 07:10 atulmy