You must log in or register to comment.
I was actually kind of surprised how quickly I could scroll through it.
And also how fast and easily my browser can load and display the page. I mean, I know it should not be difficult for a modern computer, but somehow in my gut it still feels like it should be difficult.
Okey, so I got curious how they rendered all those people so fast. Turns out they use background-image: url(“url-goes-here”) and set the
width
andheight
to (I assume) make it at the correct amount.