Skip to content

biosonic0/OwlCarouselRtl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Owl Carousel Rtl

Wrapper for right to left owl carousel slider orientation.

Requirements:

Usage:

Including

Same as Owl Carousel, plus you have to include owl.carousel.rtl.js from this prject

Load 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="jQuery.js"></script>
 
<!-- Include js plugin -->
<script src="owl-carousel/owl.carousel.js"></script>

<!-- Include js plugin -->
<script src="owl-carousel-rtl/owl.carousel.rtl.js"></script>

Call Plugin:

Call $("some-selector").owlCarouselRtl() instead of $("some-selector").owlCarousel()

$(".owl-carousel").owlCarouselRtl();

Setting options:

Same as basic OwlCarouse, extended by:

  • rtlJump - [type:boolean, defaul:false] - Select whether carousel will jump to the first element from right, after init.

Exstra fitures:

  • Fix afterInit event to wait data('owlCarousel') object Dom apirance
  • Fixing 'Navigation buttons trigger twice' on Galaxy S3

License

The MIT License (MIT)

About

Wrapper for right to left owl carousel slider orientation.

Resources

License

Stars

Watchers

Forks

Packages

No packages published