You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
no explicit width constraint
a CSS with max-width: 100%
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: