<!-- iOS 8 iPhone 6 (portrait) --><link rel="apple-touch-startup-image" href="/apple-touch-startup-image-750×1294.png" media="(device-wIDth: 375px) and (device-height: 667px) and (orIEntation: portrait) and (-webkit-device-pixel-ratio: 2)"><!-- iOS 8 iPhone 6 (landscape) --><link rel="apple-touch-startup-image" href="/apple-touch-startup-image-710x1334.png" media="(device-wIDth: 375px) and (device-height: 667px) and (orIEntation: landscape) and (-webkit-device-pixel-ratio: 2)"><!-- iOS 8 iPhone 6 Plus (portrait) --><link rel="apple-touch-startup-image" href="/apple-touch-startup-image-1242×2148.png" media="(device-wIDth: 414px) and (device-height: 736px) and (orIEntation: portrait) and (-webkit-device-pixel-ratio: 3)"><!-- iOS 8 iPhone 6 Plus (landscape) --><link rel="apple-touch-startup-image" href="/apple-touch-startup-image-1182x2208.png" media="(device-wIDth: 414px) and (device-height: 736px) and (orIEntation: landscape) and (-webkit-device-pixel-ratio: 3)">解决方法 编辑:我从我的帖子中删除了不正确的信息,你放置的内容是正确的减去iPhone 6横向模式,并交换iPhone 6横向的宽度/高度.
<!-- iPhone 6 --><link href="750x1294.png" media="(device-wIDth: 375px) and (device-height: 667px) and (orIEntation: portrait) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image"><!-- iPhone 6+ Portrait --><link href="1242x2148.png" media="(device-wIDth: 414px) and (device-height: 736px) and (orIEntation: portrait) and (-webkit-device-pixel-ratio: 3)" rel="apple-touch-startup-image"><!-- iPhone 6+ Landscape --><link href="2208x1182.png" media="(device-wIDth: 414px) and (device-height: 736px) and (orIEntation: landscape) and (-webkit-device-pixel-ratio: 3)" rel="apple-touch-startup-image">
我之前通过使用与设备相同的启动图像大小而犯了一个错误,并且它们根本不显示,必须使用正确的图像大小.
总结以上是内存溢出为你收集整理的html – iPhone 6,iPhone 6 Plus中苹果触摸启动图像的正确尺寸?全部内容,希望文章能够帮你解决html – iPhone 6,iPhone 6 Plus中苹果触摸启动图像的正确尺寸?所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)