Slider owl được viết dưới dạng Thumnail viết trên jsfiddle (0k)

https://cdn.bootcss.com/OwlCarousel2/2.2.1/assets/owl.carousel.css
https://cdn.bootcss.com/OwlCarousel2/2.2.1/assets/owl.theme.default.css
https://cdn.bootcss.com/OwlCarousel2/2.2.1/owl.carousel.js
#sync1 .item{
    background: #0c83e7;
    padding: 80px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
#sync2 .item{
    background: #C9C9C9;
    padding: 10px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}
#sync2 .item h1{
  font-size: 18px;
}
#sync2 .synced .item{
  background: #0c83e7;
}

Last updated

Was this helpful?