diff --git a/demo/index.html b/demo/index.html
index 23fc3f3..fd8ecb4 100644
--- a/demo/index.html
+++ b/demo/index.html
@@ -468,7 +468,7 @@
Initiate component
Enable swipe navigation
- MM/DD/YYYY
+ true
|
@@ -480,7 +480,7 @@ Initiate component
Display pagination bullets
- HH:mm
+ true
|
diff --git a/src/demo/_data/options.yml b/src/demo/_data/options.yml
index 74d55d3..d025ec2 100644
--- a/src/demo/_data/options.yml
+++ b/src/demo/_data/options.yml
@@ -21,11 +21,11 @@
- name: 'navigationSwipe'
type: Boolean
description: 'Enable swipe navigation'
- value: 'MM/DD/YYYY'
+ value: 'true'
- name: 'pagination'
type: Boolean
description: 'Display pagination bullets'
- value: 'HH:mm'
+ value: 'true'
- name: 'loop'
type: Boolean
description: 'Activate loop display mode'