I want to upload images in mulitple sizes.
For example If I am viewing the site in mobile (320px) the image with the width of 320px be shown . If I am viewing the site in Desktop the resolution of the image should be 1024 px
Note: I dont want to set the width using css I actually want to use different images based on the screen resolution so I can get maximum score in page speed insights
o basically what I need to have following functionality
If the screensize is 1024 we need to load image 1 with width 1024 If the screensize is 760 we need to load image 2 with width 760 If the screensize is 320 we need to load image 3 with width 320 and vice versa