0

Is there a library or some example out there to create a dynamic layout (group call style) similar to the one used in https://appear.in ?

Edit: I've already tried a "flexbox" solution. It doesn't work.

Thanks

Alex
  • 317
  • 2
  • 16

1 Answers1

0

Check out this question about maximizing squares in a rectangle.

You can compute an (optimistic) upper bound by dividing the total surface by the number of squares: sqrt(width*height/n).

Alex
  • 317
  • 2
  • 16