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 | 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
@
4 years ago
- Keywords reporter-feedback added; needs-patch removed
- Severity changed from critical to normal
#2
@
4 years ago
Hi! I solved it with the CSS as mentioned here: #50909
img { max-width: 100%; height: auto; }
Note: See
TracTickets for help on using
tickets.
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?