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
I noticed that if an image is aligned to either side - in Gutenberg it appears to be 50/50 with text, when in the front-end the (image width) / (text width) ratio depends solely on the image width.
If the user has selected a "full", or even "large" sized image, they might expect this:
But instead get this:
Possible Solution
Build in real columns support for Gutenberg
or
Represent the image as it would appear on the front end. 50/50 layout certainly wont do.
The text was updated successfully, but these errors were encountered:
Thanks for the feedback. Closing as we have Columns support and improvements to floats have already been merged (with styles applying to the front-end better).
Issue Overview
I noticed that if an image is aligned to either side - in Gutenberg it appears to be 50/50 with text, when in the front-end the
(image width) / (text width)
ratio depends solely on the image width.If the user has selected a "full", or even "large" sized image, they might expect this:
But instead get this:
Possible Solution
Build in real columns support for Gutenberg
or
Represent the image as it would appear on the front end. 50/50 layout certainly wont do.
The text was updated successfully, but these errors were encountered: