Horizontal Timeline
Thu Nov 28 2024 12:56:53 GMT+0000 (Coordinated Universal Time)
Saved by
@odesign
selector .jet-hor-timeline-item__card {
height: 24VH;
transition: height 0.3s ease-in-out;
}
selector .jet-hor-timeline-item__card img {
height: 100%;
width: auto;
object-fit: cover;
}
/* Mobile responsiveness */
@media screen and (max-width: 767px) {
selector .jet-hor-timeline-item__card {
height: auto;
}
}
selector .jet-hor-timeline-item__card-arrow {
background-image: url('https://hamentorit.co.il/wp-content/uploads/2024/09/ZyrmvYcqZb.gif');
background-size: cover;
}!
content_copyCOPY
Comments