Skip to content

Improve website logo for Retina displays #36

Description

@hannahmbanana

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/logo@2x.png);
    }
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions