Last active
August 29, 2015 14:27
-
-
Save SemBur/f912ba92e1951c31073d to your computer and use it in GitHub Desktop.
Square bootstrap columns
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.square-100{ | |
position: relative; | |
width: 100%; | |
padding-bottom : 100%; /* = width for a 1:1 aspect ratio */ | |
margin:1.66%; | |
background-position:center center; | |
background-repeat:no-repeat; | |
background-size:cover; /* you change this to "contain" if you don't want the images to be cropped */ | |
overflow: hidden | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment