N
N
Nikita Guriev2020-02-23 22:15:48
css
Nikita Guriev, 2020-02-23 22:15:48

How to sort images like in VKontakte?

Hello.
Tell me, please, how to make the images line up like in VKontakte posts (see the image under the spoiler)
I tried to Google, but something does not help. I don’t know how to formulate a request ... It gives out all kinds of garbage.

Image
5e52cf3d7de89891487886.png

Answer the question

In order to leave comments, you need to log in

3 answer(s)
O
Oleg, 2020-02-23
@kvestor

masonry

A
Andrey Vasilev, 2020-02-23
@Nolis

https://codepen.io/Nolis/pen/jOPyNdm
was thrown in a hurry, it needs to be corrected a little, since the images as below will not resize.
well, all you need is a concept :)
no one will do all the work for you :p

V
Vladimir, 2020-02-24
@HistoryART

.block {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question