Making WordPress.org

Opened 5 months ago

Last modified 5 months ago

#8024 new defect (bug)

WordPress.TV Video lists not responsive

Reported by: viralsampat's profile viralsampat Owned by:
Milestone: Priority: lowest
Component: WordPress.tv Keywords: close
Cc:

Description

Hello Team,

I have reviewed the WordPress.tv Meetup page and noticed an issue with the "Latest Videos" section on mobile devices. There is excessive white space that affects the visual layout and makes the section appear awkward.

I believe this should be addressed to enhance the mobile user experience.

To better illustrate the issue, I have attached a video demonstrating the problem.

Please have a look and let me know your thoughts.

Thanks,

Attachments (6)

meta_issue.mp4 (7.0 MB) - added by viralsampat 5 months ago.
Issue video:
8024.diff (515 bytes) - added by viralsampat 5 months ago.
I have reviewed above mentioned issue and resolvedit. Here, I have added its patch.
wptv-page-issue.mp4 (7.8 MB) - added by viralsampat 5 months ago.
Issue video:
Screenshot 2025-06-26 at 8.28.27 AM.png (486.6 KB) - added by viralsampat 5 months ago.
Screenshot 2025-06-26 at 8.29.45 AM.png (217.8 KB) - added by viralsampat 5 months ago.
Screen Recording 2025-06-26 at 1.23.05 pm.mp4 (3.4 MB) - added by dd32 5 months ago.

Change History (11)

@viralsampat
5 months ago

Issue video:

@viralsampat
5 months ago

I have reviewed above mentioned issue and resolvedit. Here, I have added its patch.

#1 @dd32
5 months ago

@viralsampat Please consider attaching images to Trac rather than videos, and explicitly state the URL you're refering to in the ticket description.

The attached video is unrelated to WordPress.TV.

#2 @dd32
5 months ago

  • Keywords dev-feedback needs-testing removed

Removing unrelated keywords.

#3 @viralsampat
5 months ago

Hello @dd32

First of all I apologize for inconvenience. By mistake I uploaded wrong video.

Here, I am providing its screenshots and video for better illustrate the issue.

Thanks,

@viralsampat
5 months ago

Issue video:

#4 @dd32
5 months ago

  • Keywords close added
  • Priority changed from normal to lowest
  • Summary changed from White Space Issue on WordPress.tv Meetup Page on mobile view. to WordPress.TV Video lists not responsive

This is working as intended, as these are fixed-width video blocks.

I'm not a fan of 8024.diff as simply removing all responsiveness of the lists in smaller resolutions is not ideal - consider tablets for example.

A better solution is likely .video-list li { flex: 1 0 160px } as seen in the below video, but there's other issues that would likely generate the same kind of report - the number of items per row would vary and the image sizes would not be consistent.

Marking this as lowest priority, and suggesting it be closed as wontfix. This is better solved as part of a theme reskin in future.

#5 @nilovelez
5 months ago

+1 to wontfix

I can tweak the layout a bit for small screens, but I wouldn't make any bigger changes until the new version is out (we are working on it)

Note: See TracTickets for help on using tickets.