Tools

Media Queries

@media only screen
and (min-device-width : 540px)
and (max-device-width : 960px) { iPhone 6+}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 1) { iPad mini }

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 1){ iPad 1 und 2}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2) { iPad 3 und 4 (Retina)}

Quelle: http://lysongrafik.de/media-queries/

Diese Website benutzt nur technisch notwendige Cookies (Keine Werbe- oder statistische Anwendungen).
Wenn Sie die Website nutzen, gehen wir von Ihrem Einverständnis aus.