Skip to content

Videos #275

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Aug 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pgml-docs/docs/blog/data-is-living-and-relational.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ We think it’s worth attempting to move the machine learning process and modern

<center>
<video autoplay loop muted width="90%" style="box-shadow: 0 0 8px #000;">
<source src="/images/demos/gym_demo.webm" type="video/webm">
<source src="/images/demos/gym_demo.mp4" type="video/mp4">
<source src="https://static.postgresml.org/postgresml-org-static/gym_demo.webm" type="video/webm">
<source src="https://static.postgresml.org/postgresml-org-static/gym_demo.mp4" type="video/mp4">
<img src="/images/demos/gym_demo.png" alt="PostgresML in practice" loading="lazy">
</video>
</center>
Expand Down
4 changes: 2 additions & 2 deletions pgml-docs/docs/gym/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ PostgresML is easy to get started with. If you haven't already, sign up for our
</p>

<video autoplay loop muted>
<source src="/images/demo.webm" type="video/webm">
<source src="/images/demo.mp4" type="video/mp4">
<source src="https://static.postgresml.org/postgresml-org-static/gym_demo.webm" type="video/webm">
<source src="https://static.postgresml.org/postgresml-org-static/gym_demo.mp4" type="video/mp4">
<img src="/images/console.png" alt="PostgresML in practice" loading="lazy">
</video>

Expand Down
4 changes: 2 additions & 2 deletions pgml-docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ article.md-content__inner.md-typeset a.md-content__button.md-icon {

<center>
<video autoplay loop muted width="90%" style="box-shadow: 0 0 8px #000;">
<source src="/images/demos/gym_demo.webm" type="video/webm">
<source src="/images/demos/gym_demo.mp4" type="video/mp4">
<source src="https://static.postgresml.org/postgresml-org-static/gym_demo.webm" type="video/webm">
<source src="https://static.postgresml.org/postgresml-org-static/gym_demo.mp4" type="video/mp4">
<img src="/images/demos/gym_demo.png" alt="PostgresML in practice" loading="lazy">
</video>
</center>
Expand Down