Change Password

What is the best practice for serving high-resolution images to devices with high-density displays?
Use the srcset attribute in the <img> element
Specify different images for different resolutions using CSS
Use JavaScript to detect the screen resolution and load images accordingly
All of the above