Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Favicon remake #4099

Closed
5 tasks done
AlexTr opened this issue Oct 21, 2022 · 0 comments
Closed
5 tasks done

Favicon remake #4099

AlexTr opened this issue Oct 21, 2022 · 0 comments
Assignees
Milestone

Comments

@AlexTr
Copy link
Contributor

AlexTr commented Oct 21, 2022

Instead of uploading 1 file, remake Designer > Site Icon section to accept 5 different files

  • favicon.ico
    • accept only ico file here
    • set it in the following meta tag: <link rel="icon" href="/favicon.ico" sizes="any">
    • add description for this icon: single 32×32 ico image file is recommended
  • SVG icon
    • accept only svg file here
    • set it in the following meta tag: <link rel="icon" href="/icon.svg" type="image/svg+xml">
    • add description for this icon: svg image with dark and light styles embedded is recommended
  • Apple devices icon
    • accept any image and resize it to 180×180 square image preserving original file format
    • set it in the following meta tag: <link rel="apple-touch-icon" href="/apple-touch-icon.png">
    • add description: adding padding and background color is recommended for this image
  • Android devices icon
    • accept any image and resize it to 192×192 square image preserving original file format
    • add description: for Android home screen
  • Android devices splash
    • accept any image and resize it to 512×512 square image preserving original file format
    • add description: for Android splash screen

For last two Android images add the following meta tag: <link rel="manifest" href="/manifest.webmanifest">
With the following contents:

{
  "icons": [
    { "src": "/icon-192.png", "type": "image/png", "sizes": "192x192" },
    { "src": "/icon-512.png", "type": "image/png", "sizes": "512x512" }
  ]
}

Source - https://evilmartians.com/chronicles/how-to-favicon-in-2021-six-files-that-fit-most-needs

@AlexTr AlexTr added this to the 13.0.0-B5 milestone Oct 21, 2022
AntonLV added a commit that referenced this issue Oct 28, 2022
@AntonLV AntonLV closed this as completed Oct 28, 2022
AntonLV added a commit that referenced this issue Oct 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants