Skip to content

Commit

Permalink
feat: display controls for videos
Browse files Browse the repository at this point in the history
  • Loading branch information
vjousse committed Jun 20, 2024
1 parent 393b22a commit f0288cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/View/Viewer.elm
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ viewerView ({ attachment } as viewer) =
, preload "auto"
, autoplay True
, loop True
, controls True
]
[ source [ src attachment.url ] [] ]
, navLink "" "next" next <| ViewerEvent NextAttachment
Expand Down

0 comments on commit f0288cb

Please sign in to comment.