Allow `stretched` by default
Open
good first issue
- Dominant language
- TypeScript
- Stars
- 285
- Forks
- 307
- PR merge metrics
- No merged PRs in 30d
Description
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:
```javascript
image: {
class: EditorToolImage,
config: {
stretched: true
},
},
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.