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
- when count is <=3, make it
- in rich mode and preview, make it easy for the user to toggle between
list,grid, andcarouselmodes