Hacker News new | ask | show | jobs
by popschedule 5131 days ago
You should store the image size ratio so you can pre-render all of your absolute positions before the images load entirely. There is a jump that happens when you reposition all of the boxes after the images load. noticed on a slow connection
1 comments

Yes, you're absolutely right on that one. It's on the ominous list of things to implement.