[wp-meta] [Making WordPress.org] #6805: https://wordpress.org/documentation/article/video-block/ page design break issue in mobile devices.
Making WordPress.org
noreply at wordpress.org
Fri Feb 24 07:39:44 UTC 2023
#6805: https://wordpress.org/documentation/article/video-block/ page design break
issue in mobile devices.
--------------------------------+---------------------
Reporter: upadalavipul | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone:
Component: WordPress.org Site | Resolution:
Keywords: |
--------------------------------+---------------------
Comment (by upadalavipul):
Added below CSS for above issue solutions:
CSS:
---
{{{
@media screen and (max-width:768px){
img{
width:100%;
height:auto;
}
}
}}}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/6805#comment:1>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list