Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm getting Base64-Images from a request and now i display them in my Web-App using Node (appending the divs using jquery).

But when scrolling through this images (4 per line) the browser is really laggy.

It seems as if Chrome isn't caching them. Is there any possibility to downscale base64-images with node or to make the browser do the caching?

Thanks in advance!

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.