Actions
Feature proposal #7202
closedImplement support for changing grid size based off the size of the first column
Description
If Column 1 has a grid size of 3 then each grid box should have col-3 sizing. This however needs to be smart about its calculations as it needs to be responsive so it'll need to calculate different view sizes based off that selection.
Updated by krileon over 6 years ago
- Status changed from Assigned to Resolved
- % Done changed from 40 to 100
Implemented in MR !1387
Grid sizing will now respect the first columns size parameter. With auto being squared gallery like display where custom CSS can be used to give a more customized grid list.
Updated by krileon over 6 years ago
- Target version changed from CB 2.8 to CB 2.3
Actions