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
* Fix various image width problems
This fixes#3945 and #5213. It is a new PR that is meant to replace #5209. This PR is a work in progress.
* Remove inline style for unscaled images.
Also fix placeholder.
* Restore float widths for blocks without intrinsice width
Affects CoverImage, Gallery, Embed. This moves those styles to each blocks individual stylesheet.
* Remove inline style on figure for scaled images
With the presence of `fit-content` applied to the figure, the explicit inline style is no longer required.
Issue Overview
Floated, unresized images, are given a max-width of 360px, and a width of 100%.
If the image is smaller than 360px, the figure included will result in a bunch of whitespace to the right of it.
This does not affect resized images, only unresized images.
Steps to Reproduce (for bugs)
Notice how the float takes up more space than it needs to:
#5209 may be related.
The text was updated successfully, but these errors were encountered: