Making WordPress.org

Opened 2 years ago

Closed 18 months ago

#6805 closed defect (bug) (fixed)

https://wordpress.org/documentation/article/video-block/ page design break issue in mobile devices.

Reported by: upadalavipul's profile upadalavipul Owned by:
Milestone: Priority: normal
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)

#1 @upadalavipul
2 years ago

Added below CSS for above issue solutions:

CSS:
---

@media screen and (max-width:768px){
    img{
	width:100%;
	height:auto;
    }
}

#2 @dd32
18 months ago

  • Component changed from WordPress.org Site to HelpHub (wordpress.org/documentation)
  • Resolution set to fixed
  • Status changed from new to closed

This was a content issue. The incorrect image was used, which didn't allow the page to be responsive.

Note: See TracTickets for help on using tickets.