First and foremost, I searched this site and others for an answer. Only found stuff relating to iphones and androids.
So with that, I know how to change image sizes with changing screen resolutions with the @media tags, just not how to change the image all together (from image1.png to image2.png) with changing screen sizes.
I read the following article regarding dynamic webpages and they seem to have what I am looking for, but I don't believe they described how to change images: http://alistapart.com/article/responsive-web-design
Can this be done with basic HTML/CSS?
My example: When changing screen resolution from 1260px to 480px, change image from image1.png to image2.png