Skip to content

Instantly share code, notes, and snippets.

@fyrebase
Last active November 24, 2015 00:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fyrebase/49622d08ebfd3b629988 to your computer and use it in GitHub Desktop.
Save fyrebase/49622d08ebfd3b629988 to your computer and use it in GitHub Desktop.
Distortion free full screen image using Stylus
.img-wrapper
position relative
img
position absolute
left 50%
top 50%
transform translate(-50%,-50%)
display inline-block
max-width 100%
max-height 100%
width auto
height auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment