I want to show images as per network strength(2g/3g/4g) type.
I want to perform this in angular. I want to optimize images.
Basically I need it to maintain and optimization of image loading. I am maintaining 2 type of images like if network is 2g then it will load thumbnail size(in KBs) images and if network is better(3g,4g) then it load the actual size image(in MBs). Hope you understand my issue.