brandonsturgeon / rubr

👫 Tinder for Ruby (NOTE: Very out of date and likely insecure)
0 stars 2 forks source link

When a profile image takes longer to load, it doesn't replace the previous one until it does #19

Open brandonsturgeon opened 9 years ago

brandonsturgeon commented 9 years ago

Maybe pre-load the next image or something? this really only happens with gifs (which won't really be allowed when people actually upload their images https://github.com/brandonsturgeon/rubr/issues/17)

I don't know if really big images are loaded in their full size and then resized, or if you're only loading what they're resized to. Dunno.