Best way to Load Responsive Images for Responsive Site?
-
Hello All,
Can anyone suggest be best technique to load responsive images? We are developing responsive site so looking for good ideas from your side so that it load very fast.
Thanks!
-
I try to use a CDN where possible to allow for faster delivery. one example of a CDN which is great for responsive imagery is Cloudinary, this is due to the dynamic way in which you can serve scaled images.
Lazy load is also a benefit simply due to connection speeds etc and loading behind the scenes.