// JavaScript Document jQuery(document).ready(function($) { $('#full-width-slider').royalSlider({ arrowsNav: true, loop:false, keyboardNavEnabled: true, controlsInside: false, imageScaleMode: 'fill', arrowsNavAutoHide: false, autoScaleSlider: true, autoScaleSliderWidth: 1920, autoScaleSliderHeight:427, controlNavigation: 'bullets', thumbsFitInViewport:false, navigateByClick: true, startSlideId: 1, slidesSpacing:1, transitionSpeed:400, autoPlay: { enabled: true, delay:5000 }, transitionType:'move', globalCaption: true, deeplinking: { enabled: true, change:false }, imgWidth: 1920, imgHeight:427 }); $('#full-width-slider1').royalSlider({ arrowsNav: true, loop: false, keyboardNavEnabled: true, controlsInside: false, imageScaleMode: 'fill', arrowsNavAutoHide: false, autoScaleSlider: true, autoScaleSliderWidth: 367, autoScaleSliderHeight:295, controlNavigation: 'bullets', thumbsFitInViewport: false, navigateByClick: true, startSlideId: 0, autoPlay: { enabled: true, delay: 5000 }, transitionType:'mouse', globalCaption: true, deeplinking: { enabled: true, change: false }, imgWidth: 367, imgHeight:240 }); $(".navbar-toggle").click(function(){ $(".nav").show(); }); });