Users would like to adjust the density of the grid easily while they are using it.
We already have a grid-size option, but it is set in the HTML and that is not accessible to an average user.
One user has asked to control both grid height and width but we think this adds:
unnecessary complexity for the most common users
and more confusion when have shrink the number of grid tiles for very small screens/phones (we can show one number being reduced to fit space easier than two, and we can flow items naturally as the screen gets smaller).
Users would like to adjust the density of the grid easily while they are using it.
We already have a grid-size option, but it is set in the HTML and that is not accessible to an average user.
One user has asked to control both grid height and width but we think this adds: