From 5f3e373e14e63aa0a850297b7b53824b90281836 Mon Sep 17 00:00:00 2001 From: Christiaan Rakowski Date: Thu, 18 Jul 2013 21:06:52 +0200 Subject: [PATCH] updated tests --- royalslider/royalslider-tests.ts | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) 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