Apple Touch icon for websites

后端 未结 8 1864
囚心锁ツ
囚心锁ツ 2020-12-07 09:57

Up to now, I\'ve been including the line for the Apple Touch icon in my head like this:

相关标签:
8条回答
  • 2020-12-07 10:23

    Since a few of these answers are out of date already, I recommend using http://realfavicongenerator.net/ to generate all the images and markup - I donate a couple euros each time I use it in the hope that it enables them to keep up to date as to what is currently valid on iOS, Android & Windows, so I don't have to.

    0 讨论(0)
  • 2020-12-07 10:24

    You can use omg-img for generate all sizes and colors for popular icons. For example:

    <link rel="apple-touch-icon" sizes="152x152" 
          href="https://img.icons8.com/color/152x152/anonymous-mask.png">
    

    This tag returns next image for iOS devices:

    0 讨论(0)
提交回复
热议问题