thomassturm / VideoSub

HTML5 Video with SRT Subtitles
Other
120 stars 56 forks source link

Fix handling of multi-line subtitles #16

Closed qsantos closed 7 years ago

qsantos commented 7 years ago

Subtitles might span over multiple lines. This change simply join the lines using a <br> element. It seems to work smoothly.

thomassturm commented 7 years ago

Thanks for the pull request! :)