I was wondering if I could somehow use the srcset attribute in css to (for example) make all images 2x, it usually works like this
<img src="image.jpg" srcset="image.jpg 1x, higher-resolution-image.jpg 2x" >
I wonder if there's a way to use that in css to make all images displayed in 2x Thanks in advance :D