Skip to content

Instantly share code, notes, and snippets.

@NoumanSaleem
Created January 28, 2014 16:56
Show Gist options
  • Save NoumanSaleem/8671626 to your computer and use it in GitHub Desktop.
Save NoumanSaleem/8671626 to your computer and use it in GitHub Desktop.
.squared { position: relative; display: block; overflow: hidden; padding-top: 100%; }
.squared > img { position: absolute; top: 0; }
.squared.background { background-size: 100%; background-size: cover; background-position: center; }
.squared.background > img { opacity: 0; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment