Our CMS creates 3 type of images size every time the content created: big, medium and small. We don't want to change our admin page that creates that 3 images types. Can anybody find a solution for our problem of creating a responsive front page using responsive design, which can load the different image for different browser sizes?
- Mobile phone: small size images
- Tablet : medium size images
- PC: big size images
I have heard many thing about responsive design, but it doesn't seem to account for the image size, it still loads the big image even in the small device. I found another website that loads different images, but it creates the small images on the fly as the website is loaded, so, I would like to find a different technique.
