diff --git a/royalslider/royalslider-tests.ts b/royalslider/royalslider-tests.ts index 10715db6a..025bfb2d9 100644 --- a/royalslider/royalslider-tests.ts +++ b/royalslider/royalslider-tests.ts @@ -40,4 +40,29 @@ jQuery(document).ready(function ($) { prefix: 'slider-' } }); +}); + + +jQuery(document).ready(function ($) { + $(".royalSlider").royalSlider({ + // general options go gere + autoScaleSlider: true, + autoPlay: { + // autoplay options go gere + enabled: true, + pauseOnHover: true + } + }); +}); + +jQuery(document).ready(function ($) { + $(".royalSlider").royalSlider({ + // general options go gere + autoScaleSlider: true, + video: { + // video options go gere + autoHideBlocks: true, + autoHideArrows: false + } + }); }); \ No newline at end of file