Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cover_slider: function() {
- $(".typology-cover-slider").owlCarousel({
- rtl: typology_js_settings.rtl_mode ? true : false,
- loop: true,
- autoHeight: true,
- autoWidth: false,
- items: 1,
- margin: 0,
- nav: true,
- center: false,
- fluidSpeed: 100,
- navText: ['<i class="fa fa-chevron-left"></i>', '<i class="fa fa-chevron-right"></i>'],
- autoplay: (typology_js_settings.slider_autoplay > 0) ? true : false,
- autoplayTimeout: typology_js_settings.slider_autoplay,
- autoplaySpeed: 400,
- navSpeed: 400,
- responsive: {
- 0: {
- autoHeight: false
- },
- 1000: {
- autoHeight: true
- }
- }
- });
- },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement