Skip to content

Instantly share code, notes, and snippets.

@ma2i
Created September 20, 2019 02:16
Show Gist options
  • Save ma2i/7d8eb01528dd716c0728219e4036ae12 to your computer and use it in GitHub Desktop.
Save ma2i/7d8eb01528dd716c0728219e4036ae12 to your computer and use it in GitHub Desktop.
RetinaDisplay.scss
@media
only screen and ( -webkit-min-device-pixel-ratio: 2 ),
only screen and ( min-resolution: 2dppx) {
background : url(/ja/img/sample@2x.png) left top;
background-repeat : no-repeat;
background-size : cover;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment