Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download doesn't save resized images #3

Open
TomNUSDS opened this issue Mar 1, 2024 · 1 comment
Open

Download doesn't save resized images #3

TomNUSDS opened this issue Mar 1, 2024 · 1 comment
Assignees

Comments

@TomNUSDS
Copy link
Collaborator

TomNUSDS commented Mar 1, 2024

When a MD image is resized in the WYSIWYG editor, it's converted form the MD format to the html <img> format. And when it's downloaded, it isn't saved.

@TomNUSDS TomNUSDS self-assigned this Mar 1, 2024
@TomNUSDS
Copy link
Collaborator Author

TomNUSDS commented Mar 8, 2024

Disable the ability to resize images until this can be fixed. It's debatable if we should allow images to be resized anyways. It outputs html <img tags instead of markdown.

To reenable to fix:

imagePlugin({imageUploadHandler, disableImageResize: false, ImageDialog: ImageDialogCustom}),

Change to disableImageResize: false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant