[wp-trac] [WordPress Trac] #50938: Images with image block are not fluid in update

WordPress Trac noreply at wordpress.org
Wed Aug 12 18:48:19 UTC 2020


#50938: Images with image block are not fluid in update
-------------------------------+------------------------------
 Reporter:  martinasandberg    |       Owner:  (none)
     Type:  defect (bug)       |      Status:  new
 Priority:  normal             |   Milestone:  Awaiting Review
Component:  Editor             |     Version:  5.5
 Severity:  normal             |  Resolution:
 Keywords:  reporter-feedback  |     Focuses:
-------------------------------+------------------------------

Comment (by martinasandberg):

 Hi! I solved it with the CSS as mentioned here:
 https://core.trac.wordpress.org/ticket/50909

 img {
   max-width: 100%;
   height: auto;
 }

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


More information about the wp-trac mailing list