I'm trying to create my very first website that is retina ready, but I've run into an issue when it comes to updating images to higher resolutions in CSS. I'm unsure how to go about having a standard image as the background and then switching to a higher resolution image if the user is on a retina device (currently, I have both low and high resolution images). Can anyone recommend reliable resources or provide guidance on how to achieve this? I'm looking for a solution that works well with CSS across all browsers, but I am open to suggestions involving JavaScript or other methods.