Make WordPress Core

Opened 10 years ago

Closed 10 years ago

#29275 closed defect (bug) (fixed)

Only 4 columns media grid on large screens

Reported by: kimikaze's profile Kimikaze Owned by: ocean90's profile ocean90
Milestone: 4.0 Priority: normal
Severity: normal Version: 4.0
Component: Media Keywords:
Focuses: ui Cc:

Description

data-columns is changed to 13, 14, 15 and so on, but there does not seem to be any styles for over 12 columns. The result is only 4 columns at 25% on large screens. Tested on a 1440p screen.

Attachments (1)

29275.patch (564 bytes) - added by ocean90 10 years ago.

Download all attachments as: .zip

Change History (3)

#1 @helen
10 years ago

  • Focuses ui added
  • Milestone changed from Awaiting Review to 4.0

Yep. We probably need to limit the max number of columns - this doesn't scale well in terms of CSS rules.

@ocean90
10 years ago

#2 @ocean90
10 years ago

  • Owner set to ocean90
  • Resolution set to fixed
  • Status changed from new to closed

In 29547:

Media Library: Set max value of columns to 12.

fixes #29275.

Note: See TracTickets for help on using tickets.