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

Set meta tags to force neo logo for bookmark image #37

Open
TelepathicGrunt opened this issue May 30, 2024 · 2 comments
Open

Set meta tags to force neo logo for bookmark image #37

TelepathicGrunt opened this issue May 30, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@TelepathicGrunt
Copy link
Contributor

What people are seeing
image

I think you need these meta tags at top of the neo pages
https://stackoverflow.com/a/30777842
Also size matters
image

@TelepathicGrunt TelepathicGrunt added the bug Something isn't working label May 30, 2024
@AterAnimAvis
Copy link
Contributor

We have the meta tags already set.

The multiples of 24px is news to me at least. the NeoForged icon is 128px x 128px, Orion's Author image is 460px x 460px, both of which aren't multiples of 24, although 460px is closer to a multiple of 24px.

@gigaherz
Copy link

Just spitballing: Maybe it would help to have a hidden img tag with an explicit reference to the logo image, near the top of the html structure? Like,

<img id="icon" src="https://neoforged.net/img/authors/neoforged.png" style="display:none;" />

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants