Yes, it should but it seems there is a problem with frame rate and short clips:
This change did indeed work for me, so I suggest you try that tip.
Since you use a table, you have to use the padding property (CSS Styling Tables) as follows:
table td { text-align: center; vertical-align:bottom; font: 25px 'Arial'; color: black; padding-bottom: 20px; }
I do not use a table but a simple div element with text in it. One advantage is for me that I can use top, bottom, right
and left
to position the text. But to be honest, I do not know if that is really a better way, I just got used to this .