Media query ipad vs iphone4

后端 未结 5 1132
别跟我提以往
别跟我提以往 2020-12-28 08:47

I am using the media query in css to differentiate iphone and ipad

Here\'s my code:

/* iphone 3 */
@media only screen and (min-device-width : 320px)          


        
5条回答
  •  春和景丽
    2020-12-28 09:25

    I have tried this link http://jsfiddle.net/andresilich/SpbC3/4/show/ in the responsive test tool like http://mattkersley.com/responsive/ and http://ipadpeek.com .I have seen the landscape and the portrait mode displaying the same view. Is there any problem with those tools?

提交回复
热议问题