Opened 3 years ago
Closed 3 years ago
#59484 closed defect (bug) (fixed)
Image is overflowing from outside the container
| Reported by: | yosephtamang | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.4 |
| Component: | General | Version: | 6.4 |
| Severity: | normal | Keywords: | reporter-feedback |
| Cc: | Focuses: |
Description
I installed WordPress 6.4 Beta 1 and found that Image is overflowing from outside the container.
OS: Windows 11
WordPress 6.4 Beta 1
PHP 8.1
Theme: TT4,TT3 and TT2
Local server Laragon
Browser : Chrome and Brave
Active Plugins: None
Solution:
img{
max-width: 100%;
}
Attachments (2)
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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?