thomassturm / VideoSub

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

Update videosub.js #3

Closed Repentinus closed 11 years ago

Repentinus commented 11 years ago

With the current formatting subtitles can be hard to read on white background. To alleviate the problem, I have used textShadow to outline the characters in black. See https://blogs.fsfe.org/repentinus/files/2013/02/tc_before.png [before] and https://blogs.fsfe.org/repentinus/files/2013/02/tc_after.png [after] for comparison on light background.

thomassturm commented 11 years ago

Great idea! Thanks for the code update.