MSV FM

dot.antimicrobial@66.96.161.157: ~ $
Path : /hermes/bosweb/b1705/yellowprint.ca/wp-content/plugins/displayProduct/plugin/owl-carousel/
File Upload :
Current < : /hermes/bosweb/b1705/yellowprint.ca/wp-content/plugins/displayProduct/plugin/owl-carousel/custom.js

jQuery(document).ready(function() {
    var owl = jQuery(".owl-carousel");
 
    owl.owlCarousel({
        items : dpcustomjs.columns, //10 items above 1000px browser width
        navigation : false,
        pagination : false
    });

    // Custom Navigation Events
    jQuery(".next").click(function(){
      owl.trigger("owl.next");
    });
    jQuery(".prev").click(function(){
      owl.trigger("owl.prev");
    });
    
        owlHeight=owl.height();
        customArrowMiddlePosition=(owlHeight/2)-20;
        jQuery(".customNavigation.sideMiddle a").css("top",customArrowMiddlePosition);
});