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

Support or non-webkit browsers with hi-res screens in retina.less #13

Merged
merged 1 commit into from
Apr 18, 2012

Conversation

andylobban
Copy link
Contributor

Changed the output to

@media
all and (-webkit-min-device-pixel-ratio : 1.5),
all and (-o-min-device-pixel-ratio: 3/2),
all and (min--moz-device-pixel-ratio: 1.5),
all and (min-device-pixel-ratio: 1.5) {
background-image: url(@at2x_path);
background-size: @w @h;
}
}

to support non-webkit browsers like Opera Mini/Mobile and Firefox for Android.

caseyohara added a commit that referenced this pull request Apr 18, 2012
Support or non-webkit browsers with hi-res screens in retina.less
@caseyohara caseyohara merged commit b2f9eef into strues:master Apr 18, 2012
@caseyohara
Copy link
Contributor

Looks good. Doesn't hurt to include other browsers. Thanks, @nonimage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants