在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:bradvin/OwlCarousel开源软件地址:https://github.com/bradvin/OwlCarousel开源编程语言:开源软件介绍:OwlCarouselTouch enabled jQuery plugin that lets you create beautiful responsive carousel slider. OwlCarousel landing page###Features:
More DemosSee what Owl can do: 1.Getting StartedLoad jQuery(1.7+) and include Owl Carousel plugin files <!-- Basic stylesheet -->
<link rel="stylesheet" href="owl-carousel/owl.carousel.css">
<!-- Default Theme -->
<link rel="stylesheet" href="owl-carousel/owl.theme.css">
<!-- Include js plugin -->
<script src="assets/owl-carousel/owl.carousel.js"></script> 2.Set up your HTMLYou don't need any special markup. All you need is to wrap your divs inside the container element . Class "owl-carousel" is mandatory to apply proper styles that come from owl.carousel.css file.
<div class="owl-carousel owl-theme">
<div> Your Content </div>
<div> Your Content </div>
<div> Your Content </div>
<div> Your Content </div>
<div> Your Content </div>
<div> Your Content </div>
<div> Your Content </div>
...
</div> 3.Call the pluginNow call the Owl initializer function and your carousel is ready. $(".owl-carousel").owlCarousel(); OwlCarousel landing pageFor more information visit |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论