I just started the fluids... it will be a good headache...
Any variation for fluid images?
img {
width: 100%;
height: auto;
max-width: /* original size in px */
min-width: ?
}
They are images. Use them at the original sizes whenever possible.
If you want a different resolution for Retina screens then use JS to swap the sources out.
They are images. Use them at the original sizes whenever possible.
If you want a different resolution for Retina screens then use JS to swap the sources out.