This commit is contained in:
2021-06-21 14:34:27 +02:00
parent d1bd418e89
commit b41c62e938
5 changed files with 134 additions and 130 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ init flags =
|> Result.withDefault 0
( video, cmd ) =
Video.fromUrl url "video"
Video.fromConfig { url = url, id = "video", autoplay = True }
in
( { video = video, screenSize = ( width, height ) }
, Cmd.map VideoMsg cmd