Immagini retina-size via CSS
Con media queries. Fresco fresco da MOApp Software Manufactory.
@media only screen and (-webkit-min-device-pixel-ratio: 2)
{
background: transparent url(path_to/2x.png);
}
Con media queries. Fresco fresco da MOApp Software Manufactory.
@media only screen and (-webkit-min-device-pixel-ratio: 2)
{
background: transparent url(path_to/2x.png);
}