aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/defaults.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/defaults.js')
-rw-r--r--src/js/defaults.js10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/js/defaults.js b/src/js/defaults.js
index ee863066..64783aed 100644
--- a/src/js/defaults.js
+++ b/src/js/defaults.js
@@ -28,9 +28,6 @@ const defaults = {
// Aspect ratio (for embeds)
ratio: '16:9',
- // Looping
- loop: false,
-
// Click video to play
clickToPlay: true,
@@ -57,6 +54,13 @@ const defaults = {
options: ['hd2160', 'hd1440', 'hd1080', 'hd720', 'large', 'medium', 'small', 'tiny', 'default'],
},
+ // Set loops
+ loop: {
+ active: false,
+ // start: null,
+ // end: null,
+ },
+
// Speed default and options to display
speed: {
default: 1,