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!