-
-
Notifications
You must be signed in to change notification settings - Fork 533
Inserted images have a fixed 512px width #1600
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
Comments
Hm, yea this does seem to be the default. I'm not sure what the right thing here to do is:
|
I would just leave the width undefined by default. Unless I'm missing a constraint that would force images to always have a width. |
That's fine in your case, but if someone uploads a large image, then it takes up too much space. What this should be is more of a maxWidth |
Yes definitely! For large image the default I often see is:
That way large image don't overflow the document width. Though, defining the width and height of images explicitly has several advantages when viewing documents, such as helping browsers avoid vertical shifts, or server side resizing of images to reduce network traffic |
Describe the bug
Images are always inserted with a width of 512px.
To Reproduce
Expected:
Actual
Misc
The text was updated successfully, but these errors were encountered: