Skip to content

Commit

Permalink
fixed a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
billhennessy committed Jun 27, 2020
1 parent 02afdf7 commit be010f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/shortcodes/video.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- height of player (in pixels)
- preload (auto | metadata | none)
!IMPORTANT: use starting / in file source: '/video/my-video'
!IMPORTANT: use starting / in file source: '/video/my-video.mp4'
-->

<video width="{{ index .Params 1 }}" height="{{ index .Params 2 }}" preload="{{ index .Params 3 }}" controls>
Expand Down

0 comments on commit be010f8

Please sign in to comment.