Improve convenience in setting of auto-grid less than 3 images

So, yeah, I think the way I’m thinking of it now would be to do the following:

  • when > 1 image is uploaded, wrap in [grid]
    • when count is <=3, make it [grid mode=list] by default
    • when count is > 3 and <=10, make it [grid mode=grid] by default
    • when count is > 10 make it [grid mode=carousel] by default
  • in rich mode and preview, make it easy for the user to toggle between list, grid, and carousel modes

@chapoi and @renato curious for your thoughts here.

1 Like