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
In WordPress 6.3, if you set the image block to wide or full width, the image will not spread properly in the editor.
This problem occurs even with the latest Gutenberg plugin enabled. Also, it seems to occur when the original size of the image is smaller than the content width; I checked the difference with WordPress 6.2, and it may be due to the width:inherit being applied in this line.
Step-by-step reproduction instructions
Add an image block
Apply Wide Width or Full Width
Screenshots, screen recording, code snippet
d049ba4cad61b27c371ab9b85cf86cc4.mp4
Environment info
No response
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Description
In WordPress 6.3, if you set the image block to wide or full width, the image will not spread properly in the editor.
This problem occurs even with the latest Gutenberg plugin enabled. Also, it seems to occur when the original size of the image is smaller than the content width; I checked the difference with WordPress 6.2, and it may be due to the width:inherit being applied in this line.
Step-by-step reproduction instructions
Screenshots, screen recording, code snippet
d049ba4cad61b27c371ab9b85cf86cc4.mp4
Environment info
No response
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes