Adds carousel to splash view

This commit is contained in:
Gopesh Tulsyan 2014-06-11 00:03:48 +05:30
parent b10b43ac7a
commit 760dd06d31
3 changed files with 31 additions and 0 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;
}