Joined December 2013
·

Richard Richardson

Oklahoma City, Oklahoma Area
·

Posted to HD & Retina Display Media Queries over 1 year ago

This finally recognizes my android device (HTC One) but how do you get modifications between orientations... this might seem silly but this is what I tried. Thanks!!

@media only screen and (orientation:portrait),
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and ( min--moz-device-pixel-ratio: 1.25),
only screen and ( -o-min-device-pixel-ratio: 1.25/1),
only screen and ( min-device-pixel-ratio: 1.25),
only screen and ( min-resolution: 200dpi),
only screen and ( min-resolution: 1.25dppx)
{

Achievements
1 Karma
0 Total ProTip Views