Skip to content

Commit

Permalink
added video with class snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
JauntyJames authored and lpil committed May 4, 2018
1 parent 1abd3df commit 96eba28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions snippets/html.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -873,6 +873,8 @@ snippet var
<var>${0}</var>
snippet video
<video src="${1}" height="${2}" width="${3}" preload="${5:none}" autoplay="${6:autoplay}">${7}</video>
snippet video.
<video class="${1}" src="${2}" height="${3}" width="${4}" preload="${6:none}" autoplay="${7:autoplay}">${8}</video>
snippet wbr
<wbr />
snippet viewport
Expand Down

0 comments on commit 96eba28

Please sign in to comment.