Rendering proper sized images during server side rendering
I'm trying to do server side rendering of images for a webapp. Since it has a lot of images, loading the full resolution image for all screen sizes doesn't seem to be ideal. I tried cloudinary using their client side sdk and found that the SSR versio...
Oct 30, 2018C