javascript - Down-Sized Images are Slow in Chrome -
i'm working on script , have issue chrome.
here's i'm doing: 1. loading large images div. 2. scaling images fit size of div. 3. when browser resized, image scaled , down browser.
everything working 100% in browsers except chrome.
i've checked profiler in chrome , don't see unusual. these large images, working fine (even live) in other browsers.
i've read ton of places have noted issue when using down-sized images in chrome...but not solution.
nothing special going on, using
var img=new image(); $(img).load(function(){ .... {);
does know of workaround or solution work in chrome? thanks!
so appears chrome sucks when comes handling large images , images aren't large, scaled down. i've searched around endlessly find similar questions without resolutions.
still not sure why other browsers (even ie 7 , 8) can handle large images (tested 7mb scaled-down pngs), chrome can't manage 700kb scaled-down jpg without lagging.
so, i'm answering question with: in instance, chrome sucks.
Comments
Post a Comment