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

Improve website logo for Retina displays #36

Open
hannahmbanana opened this issue Dec 6, 2016 · 2 comments
Open

Improve website logo for Retina displays #36

hannahmbanana opened this issue Dec 6, 2016 · 2 comments

Comments

@hannahmbanana
Copy link
Member

image

From Garrett:

Basically you set the img src to be the 1x image then you give it an id="asdk-logo"and stick this in your CSS

only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-device-pixel-ratio: 3/2), 
only screen and (min-device-pixel-ratio: 1.5) {
    #asdk-logo
    {
        content: url(/img/[email protected]);
    }
}
@moshegutman
Copy link
Contributor

Maybe we could have a .svg version? That way it will always look sharp.

@noxt
Copy link
Contributor

noxt commented Dec 15, 2016

Logo in good resolution here

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

3 participants