diff options
Diffstat (limited to 'examples/db.json')
| -rw-r--r-- | examples/db.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/examples/db.json b/examples/db.json index 401bf26..5fee377 100644 --- a/examples/db.json +++ b/examples/db.json @@ -196,7 +196,8 @@ "width": "400", "height": "400", "title": "ee12b137-1c8a-400a-87e3-89cbee7b4da6.mp4", - "thumb": "http://okfocus.s3.amazonaws.com/misc/okcms/video.png" + "thumb": "http://okfocus.s3.amazonaws.com/misc/okcms/video.png", + "autoplay": "true" }, { "type": "youtube", @@ -205,7 +206,8 @@ "width": "640", "height": "360", "title": "dëf lëöpär¨d¨¨¨¨<>~!@~#!:I!@", - "thumb": "http://i.ytimg.com/vi/y_35kXCQxN4/hqdefault.jpg" + "thumb": "http://i.ytimg.com/vi/y_35kXCQxN4/hqdefault.jpg", + "loop": "true" }, { "type": "audio", |
