Make WordPress Core

Opened 4 years ago

Closed 4 years ago

#50938 closed defect (bug) (duplicate)

Images with image block are not fluid in update

Reported by: martinasandberg's profile martinasandberg Owned by:
Milestone: Priority: normal
Severity: normal Version: 5.5
Component: Media Keywords:
Focuses: Cc:

Description

With the new update I noticed that the images in the image block are no longer fluid, please update asap.

Change History (4)

#1 @desrosj
4 years ago

  • Keywords reporter-feedback added; needs-patch removed
  • Severity changed from critical to normal

Hi @martinasandberg,

Welcome to Trac!

Could you provide more details as to what you mean by "fluid"? Screenshots of what you expect to happen and what is happening would help.

Also, can you reproduce the issue with a default theme such as Twenty Twenty active?

#2 @martinasandberg
4 years ago

Hi! I solved it with the CSS as mentioned here: #50909

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

Last edited 4 years ago by SergeyBiryukov (previous) (diff)

#3 @desrosj
4 years ago

  • Component changed from Editor to Media
  • Keywords reporter-feedback removed
  • Milestone Awaiting Review deleted

@martinasandberg great! Thanks for following up. I will mark this closed as invalid, which is just Trac's impolite way of saying "there is no action to be taken".

#4 @SergeyBiryukov
4 years ago

  • Resolution set to duplicate
  • Status changed from new to closed

Duplicate of #50909.

Note: See TracTickets for help on using tickets.