Add a mp4 copy of the video for Apple

This commit is contained in:
Jade Lovelace 2023-07-24 18:24:26 -07:00
parent 00becae70f
commit 70fec68ae6
2 changed files with 6 additions and 1 deletions

BIN
content/posts/announcing-clipper/chrome-devtools-live.mp4 (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -36,7 +36,9 @@ I picked up the hammer and [built one][repo]. Here's a shell attached to Chrome
Dev Tools, showing `curl` requests live:
<div class="image">
<video controls alt="video of clipper showing curl requests in chrome devtools to the side" src="./chrome-devtools-live.webm">
<video controls alt="video of clipper showing curl requests in chrome devtools to the side">
<source src="./chrome-devtools-live.webm">
<source src="./chrome-devtools-live.mp4">
</video>
</div>