diff options
Diffstat (limited to '_site/projects')
| -rw-r--r-- | _site/projects/e-reader/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/_site/projects/e-reader/index.html b/_site/projects/e-reader/index.html index 0a2dd97..d963627 100644 --- a/_site/projects/e-reader/index.html +++ b/_site/projects/e-reader/index.html @@ -46,7 +46,9 @@ <div class="twocol justify"><p>This project features a prototype e-reader powered by a 7.5-inch <a href="https://www.waveshare.com/" class="external" target="_blank" rel="noopener noreferrer">Waveshare</a> e-paper display and an ESP-WROOM-32 development board.</p> -<iframe style="max-width: 100%" src="ereader.mp4" frameborder="0" allowfullscreen=""></iframe> +<video style="max-width:100%;" controls="" poster="thumb.png"> + <source src="ereader.mp4" type="video/mp4" /> +</video> <h4 id="overview">Overview</h4> |
