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 and height to (I assume) make it at the correct amount.
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.