css3 - Media query for the Blackberry 9900 bold? -


i need media query applied on blackberry 9900 bold.

i have tried @media screen , (max-height: 480px) , (max-width: 640px) wasn't successful.

can me?

the code helped fix problem is:

<meta name="viewport" content="target-densitydpi=device-dpi">  <meta name="viewport" content="width=device-width, initial-scale = 1.0, maximum-scale = 1.0" /> 

Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -