whichsteveyp / CSSprite

Wanted to tinker with a front end mini app, this one just allows you to drag/drop/interact with images to produce CSS background position coords.
0 stars 1 forks source link

First Image Drop Not Loading #1

Open whichsteveyp opened 11 years ago

whichsteveyp commented 11 years ago

First drop of image in drop zone does not properly render on the page, refreshing and dropping the same image however does. May be an issue with cache or load times and not using async properly on the FileReader() callbacks...

whichsteveyp commented 11 years ago

Appears to be lag in the browser rendering of large data strings, not sure how to combat this just yet.