Opened 4 years ago
Closed 3 years ago
#6805 closed defect (bug) (fixed)
https://wordpress.org/documentation/article/video-block/ page design break issue in mobile devices.
| Reported by: | upadalavipul | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | HelpHub (wordpress.org/documentation) | Keywords: | |
| Cc: |
Description
I have reviewed the above page on my mobile devices and found the image width issue. please check the below-attached screenshot for a better understanding.
Screenshot: https://share.cleanshot.com/mxk9hQkGffqq4hVBFljZ
Change History (2)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Added below CSS for above issue solutions:
CSS:
---
@media screen and (max-width:768px){ img{ width:100%; height:auto; } }