Skip to content

Commit 1d8bb02

Browse files
committed
Poster support, refs noflo/noflo-video#62
1 parent 2c58ddf commit 1d8bb02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.coffee

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ module.exports = class Flatten
201201
video =
202202
type: 'video'
203203
html: @tagToHtml tag, id
204+
src: tag.attribs.poster
204205
video.video = tag.attribs.src if tag.attribs.src
205206
results.push video
206207
when 'iframe'

0 commit comments

Comments
 (0)