diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-08-17 03:29:17 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-08-17 03:29:17 -0400 |
| commit | f849c7dc08064eaa1ee1265b2d06a9c527adf66f (patch) | |
| tree | f34af5e864ef7d90e72b5be47b110beb78d86f1c /examples/db.json | |
| parent | ca79a477d68915e6f61db235dded96dcf223bacd (diff) | |
fix weird box ishv0.1.36
Diffstat (limited to 'examples/db.json')
| -rw-r--r-- | examples/db.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/db.json b/examples/db.json index 5fee377..5f65c21 100644 --- a/examples/db.json +++ b/examples/db.json @@ -197,7 +197,8 @@ "height": "400", "title": "ee12b137-1c8a-400a-87e3-89cbee7b4da6.mp4", "thumb": "http://okfocus.s3.amazonaws.com/misc/okcms/video.png", - "autoplay": "true" + "autoplay": "true", + "loop": "false" }, { "type": "youtube", @@ -207,6 +208,7 @@ "height": "360", "title": "dëf lëöpär¨d¨¨¨¨<>~!@~#!:I!@", "thumb": "http://i.ytimg.com/vi/y_35kXCQxN4/hqdefault.jpg", + "autoplay": "false", "loop": "true" }, { |
