Max image width in Mobile Safari? Getting unwanted downscaling on panos

前端 未结 3 678
伪装坚强ぢ
伪装坚强ぢ 2020-12-18 08:26

I want to display very wide, panoramic images in Mobile Safari (iPhone, iPod, iPad). These work fine in OS X Safari and in other browsers, but on Mobile Safari there seems t

3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-18 08:43

    If you're using DIV with background attribute and you know the size of the image then set background-size attribute with image width and height.

    background-size:3028px 750px
    

    If using img tag then set the width and height values

    
    

    then it should work.

提交回复
热议问题