html - media queries not working for samsung or ipod -
im trying make website responsive, im having little problem. works fine on browser. if browser full screen looks how should, , if make browser smaller media queries work perfect. if load onto samsung galaxy s3 or ipod touch, not. looks regular website, crammed in smaller fit screen. fit 100% of screen, hot @ should. have searched through here answer. have tried changing widths, have tried changing px em. have tried being less specific , write portable devices. still doesnt work. can help? media query..
@media screen , (min-width: 150px) , (max-width:600px)
try adding between head tags:
<meta name="viewport" content="width=device-width, initial-scale=1">
Comments
Post a Comment