From 4df9d0efda8f3bfaed32868724cbc660436c9aba Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Wed, 17 Jan 2024 01:19:18 +0100 Subject: [PATCH] docs: Fix some more videos --- docs/src/apps/mastodon.md | 2 +- docs/src/apps/minio.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/apps/mastodon.md b/docs/src/apps/mastodon.md index 94be7fcec..8f9dce0c0 100644 --- a/docs/src/apps/mastodon.md +++ b/docs/src/apps/mastodon.md @@ -2,6 +2,6 @@ Mastodon is the Fediverse software run in the Shivering-Isles infrastructure. It is currently running as a single-user instance. -<iframe width="100%" height="480" src="https://www.youtube-nocookie.com/embed/IPSbNdBmWKE" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> +<iframe src="https://www.youtube-nocookie.com/embed/IPSbNdBmWKE" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> The instance is currently deployed using a [helm chart](../charts/mastodon.md) maintained as part of the GitOps repository. \ No newline at end of file diff --git a/docs/src/apps/minio.md b/docs/src/apps/minio.md index cccfd1844..25d03637c 100644 --- a/docs/src/apps/minio.md +++ b/docs/src/apps/minio.md @@ -2,7 +2,7 @@ Minio provides S3-compatible object storage for all kinds of things. It's deployed on the [NAS](../hardware/nas.md) and stores bulk storage. -<iframe width="100%" height="480" src="https://www.youtube-nocookie.com/embed/m0suyfBuaDg" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> +<iframe src="https://www.youtube-nocookie.com/embed/m0suyfBuaDg" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> ## Static Web Hosting -- GitLab