I'm having issues on how to disable Bxslider on mobile devices especially on 768px screen going downwards. I have been looking for answers but I can't find any. This is my jQuery code
jQuery(document).ready(function(){
jQuery('.bxslider').bxSlider({
mode: 'fade',
auto: true,
speed: 2000,
nextText: '<span></span>',
prevText: '<span></span>'
});
});
if ($(window).width() >= 768)
initialize slider - Morpheus