Algorithm Arrange images on screen

前端 未结 3 449
天涯浪人
天涯浪人 2021-02-04 22:12

I need to start building a image application and my customer wants to arrange the picutes in the screen like google tv does, as well as everpix. I have been looking for it for a

3条回答
  •  自闭症患者
    2021-02-04 22:36

    In css you can arrange images from horizontal to vertical. A good example is the Google image search. There is the Jquery Masonry plugin to arrange from vertical to horizontal and it has some nice animation. In your example you want to have rather a rectangle arrangement I suggest a treemap algorithm where you can also rotate the rectangle in 90°.

提交回复
热议问题