image
image copied to clipboard
Allow `stretched` by default
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
},
},