blog

Out of context: Reply #60259

  • Started
  • Last post
  • 75,624 Responses
  • bklyndroobeki0

    IRUNIun6, what about:

    <link href="/startup.png" media="(device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1)" rel="apple-touch-startup-image">

    <link href="/startup@2x.png" media="(device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image">

    <link href="/startup_large@2x.png" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image">

    <link href="/startup_ipad_portrait.png" media="(device-width: 768px) and (device-height: 1024px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 1)" rel="apple-touch-startup-image">

    <link href="/startup_ipad_landscape.png" media="(device-width: 768px) and (device-height: 1024px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 1)" rel="apple-touch-startup-image">

    <link href="/startup_ipad_portrait@2x.png" media="(device-width: 768px) and (device-height: 1024px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image">

    <link href="startup_ipad_landscape@2x.png" media="(device-width: 768px) and (device-height: 1024px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image">

    Or should it tall take care of itself?

    • What's all this code shizzle in the blog thread yoset
    • hah.
      it's how i'm feeling
      bklyndroobeki
    • Use the sizes attribute for png's. You don't need media queries, devices will find what they need.IRNlun6
    • ! txbklyndroobeki

View thread