[wp-trac] [WordPress Trac] #59484: Image is overflowing from outside the container

WordPress Trac noreply at wordpress.org
Sat Oct 28 04:23:09 UTC 2023


#59484: Image is overflowing from outside the container
-------------------------------+------------------------------
 Reporter:  yosephtamang       |       Owner:  (none)
     Type:  defect (bug)       |      Status:  new
 Priority:  normal             |   Milestone:  Awaiting Review
Component:  General            |     Version:  trunk
 Severity:  normal             |  Resolution:
 Keywords:  reporter-feedback  |     Focuses:
-------------------------------+------------------------------
Changes (by sabernhardt):

 * keywords:   => reporter-feedback


Comment:

 Thanks for the report!

 I think this was caused by missing block styles (similar to the navigation
 issue). Twenty Twenty Four's image width worked for me in 6.4-RC1 when the
 Image block styles enqueued properly.
 {{{
 .wp-block-image.alignfull img,
 .wp-block-image.alignwide img{
   height:auto;
   width:100%;
 }
 }}}

 Could you check it again?

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/59484#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list