Skip to content

Commit

Permalink
Fix video width
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Jun 22, 2024
1 parent 74f2a5a commit 0b7ed0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/post/postgres/trunk-oci-poc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ which sets up an amd64 Linux container for building an extension for Postgres
16, and a [zot] container to push to and pull from. I used it to build this
POC and record this demo:

<video controls muted width="676" x-webkit-airplay="allow"
<video controls muted width="100%" x-webkit-airplay="allow"
webkit-playsinline="" preload="none" poster="{{% link "trunk-oci-poc-poster.png" %}}">
<source src="{{% link "trunk-oci-poc-demo.mp4" %}}" type="video/mp4" />
<source src="{{% link "trunk-oci-poc-demo.webm" %}}" type="video/webm" />
Expand Down

0 comments on commit 0b7ed0b

Please sign in to comment.