This commit is contained in:
Gopesh Tulsyan 2014-06-11 10:18:52 +00:00
commit 6903a0b7c1
11 changed files with 115 additions and 12 deletions

View file

@ -83,3 +83,12 @@ body {
.top-submitter img {
margin: 0 auto;
}
#gallery-carousel .item img{
height: 700px;
background-repeat: no-repeat;
background-position: center center;
width: 100%;
background-size: cover;
-webkit-background-size:cover;
}