Opened 3 years ago
Last modified 9 months ago
#6244 new defect (bug)
In WPTV Category page video group layout should be full width in mobile
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | WordPress.tv | Keywords: | has-patch has-screenshots |
Cc: |
Description
In WPTV Category page video group layout should be full width in mobile below media screen 415px.
Url:
https://wordpress.tv/category/how-to/
Attachments (2)
Change History (5)
This ticket was mentioned in PR #316 on WordPress/wordpress.org by @sabernhardt.
9 months ago
#2
- Removes
max-width
from the list item. - Sets the thumbnail image to 100% width and auto height to start (without a media query).
- Moves the image's exact dimensions inside the
min-width: 415px
media query.
#3
@
9 months ago
6244.patch could work for visitors whose screens are less than 415 pixels wide, though the design would break at exactly 415 pixels. I think the max-width
can be removed, and the image could have 100% width for the base style but exact dimensions starting at the 415px breakpoint. I made a pull request to try that approach.
Note: See
TracTickets for help on using
tickets.
added screenshot