63 lines
1.7 KiB
JavaScript
63 lines
1.7 KiB
JavaScript
var tpj=jQuery;
|
|
var revapi24;
|
|
tpj(document).ready(function() {
|
|
if(tpj("#rev_slider_24_1").revolution == undefined){
|
|
revslider_showDoubleJqueryError("#rev_slider_24_1");
|
|
}else{
|
|
revapi24 = tpj("#rev_slider_24_1").show().revolution({
|
|
sliderType:"standard",
|
|
jsFileLocation:"revolution/js/",
|
|
sliderLayout:"fullscreen",
|
|
dottedOverlay:"none",
|
|
delay:9000,
|
|
navigation: {
|
|
keyboardNavigation:"off",
|
|
keyboard_direction: "horizontal",
|
|
mouseScrollNavigation:"off",
|
|
mouseScrollReverse:"default",
|
|
onHoverStop:"off",
|
|
bullets: {
|
|
enable:true,
|
|
hide_onmobile:false,
|
|
style:"bullet-bar",
|
|
hide_onleave:false,
|
|
direction:"horizontal",
|
|
h_align:"center",
|
|
v_align:"bottom",
|
|
h_offset:0,
|
|
v_offset:50,
|
|
space:5,
|
|
tmp:''
|
|
}
|
|
},
|
|
responsiveLevels:[1240,1024,778,480],
|
|
visibilityLevels:[1240,1024,778,480],
|
|
gridwidth:[1240,1024,778,480],
|
|
gridheight:[868,768,960,720],
|
|
lazyType:"none",
|
|
shadow:0,
|
|
spinner:"off",
|
|
stopLoop:"off",
|
|
stopAfterLoops:-1,
|
|
stopAtSlide:-1,
|
|
shuffle:"off",
|
|
autoHeight:"off",
|
|
fullScreenAutoWidth:"off",
|
|
fullScreenAlignForce:"off",
|
|
fullScreenOffsetContainer: "",
|
|
fullScreenOffset: "60px",
|
|
hideThumbsOnMobile:"off",
|
|
hideSliderAtLimit:0,
|
|
hideCaptionAtLimit:0,
|
|
hideAllCaptionAtLilmit:0,
|
|
debugMode:false,
|
|
fallbacks: {
|
|
simplifyAll:"off",
|
|
nextSlideOnWindowFocus:"off",
|
|
disableFocusListener:false,
|
|
}
|
|
});
|
|
}
|
|
|
|
if(revapi24) revapi24.revSliderSlicey();
|
|
}); /*ready*/ |