mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-16 18:42:21 +00:00
Make video sizes responsive.
Former-commit-id: 88534639c2b375d648b46ad7ac8690ddad8b4721
This commit is contained in:
parent
408d0afba0
commit
3bc6cb0ab5
3 changed files with 8 additions and 8 deletions
|
|
@ -43,7 +43,7 @@ The video below illustrates how accurate the automatically generated timing info
|
|||
<summary>Toggle source code.</summary>
|
||||
<pre><code class="haskell">{!examples/voice_transcript.hs!}</code></pre>
|
||||
</details>
|
||||
<video width="640" height="360" controls>
|
||||
<video style="width:100%" controls>
|
||||
<source src="https://i.imgur.com/9Fxqgkz.mp4">
|
||||
</video><br/>
|
||||
|
||||
|
|
@ -59,7 +59,7 @@ Faking data is done automatically by `loadTranscript` if no audio file can be fo
|
|||
<summary>Toggle source code.</summary>
|
||||
<pre><code class="haskell">{!examples/voice_fake.hs!}</code></pre>
|
||||
</details>
|
||||
<video width="640" height="360" controls>
|
||||
<video style="width:100%" controls>
|
||||
<source src="https://i.imgur.com/5o0gQ0F.mp4">
|
||||
</video><br/>
|
||||
|
||||
|
|
@ -86,7 +86,7 @@ Looking at the `TWord` data structure, the key fields are `wordStart`, `wordEnd`
|
|||
<summary>Toggle source code.</summary>
|
||||
<pre><code class="haskell">{!examples/voice_triggers.hs!}</code></pre>
|
||||
</details>
|
||||
<video width="640" height="360" controls>
|
||||
<video style="width:100%" controls>
|
||||
<source src="https://i.imgur.com/efPy460.mp4">
|
||||
</video><br/>
|
||||
|
||||
|
|
@ -124,6 +124,6 @@ flash flash flash
|
|||
<summary>Toggle source code.</summary>
|
||||
<pre><code class="haskell">{!examples/voice_advanced.hs!}</code></pre>
|
||||
</details>
|
||||
<video width="640" height="360" controls>
|
||||
<video style="width:100%" controls>
|
||||
<source src="https://i.imgur.com/5YIaSmB.mp4">
|
||||
</video><br/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue