Bonjour,
J'ai un beau slider horizontal (photos largeurs) que je souhaiterais vertical.
J'ai bien tenté de donné un height, mais l'image n'est plus responsive/homothétique.Y-a-t'il une solution ?
Mes CSS :
Merci pour votre aide,
ED
J'ai un beau slider horizontal (photos largeurs) que je souhaiterais vertical.
J'ai bien tenté de donné un height, mais l'image n'est plus responsive/homothétique.Y-a-t'il une solution ?
Mes CSS :
.s-wrap {
width: 100%;
margin-bottom: 30px;
padding-bottom: 55%;
position: relative;
border: 0px solid #fff;
background-color: #efefe8;
overflow: hidden;
}
.s-wrap > input {
display: none;
}
.s-wrap .s-content {
margin: 0;
padding: 0;
position: absolute;
top: 1px;
left: -2px;
width: 500%;
height: 100%;
font-size: 0;
list-style: none;
transition: transform 1s;
}
.s-wrap .s-item {
display: inline-block;
width: 20%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
}
Merci pour votre aide,
ED