Update iOS Splash Screens
This commit is contained in:
10
index.html
10
index.html
@@ -31,14 +31,14 @@
|
||||
<meta name="msapplication-TileColor" content="#ff6b35">
|
||||
<meta name="msapplication-config" content="/browserconfig.xml">
|
||||
|
||||
<!-- iOS Splash Screens - МИНИМАЛЬНЫЙ НАБОР -->
|
||||
<link rel="apple-touch-startup-image" href="./splash/launch-640x1136.png"
|
||||
<!-- iOS Splash Screens -->
|
||||
<link rel="apple-touch-startup-image" href="./logo/splash/launch-640x1136.png"
|
||||
media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
|
||||
<link rel="apple-touch-startup-image" href="./splash/launch-750x1334.png"
|
||||
<link rel="apple-touch-startup-image" href="./logo/splash/launch-750x1334.png"
|
||||
media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
|
||||
<link rel="apple-touch-startup-image" href="./splash/launch-1125x2436.png"
|
||||
<link rel="apple-touch-startup-image" href="./logo/splash/launch-1125x2436.png"
|
||||
media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)">
|
||||
<link rel="apple-touch-startup-image" href="./splash/launch-1242x2688.png"
|
||||
<link rel="apple-touch-startup-image" href="./logo/splash/launch-1242x2688.png"
|
||||
media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)">
|
||||
|
||||
<!-- Apple Touch Icons -->
|
||||
|
||||
Reference in New Issue
Block a user