Skip to content

Commit

Permalink
fix youtube iframe scaling (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
Huderon authored Dec 21, 2024
1 parent e20e64d commit ac604fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/users/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ If you experience any issues following these steps, try the [troubleshooting](./

If you prefer a video tutorial, take a look at this:

<iframe width="688" height="386" src="https://www.youtube.com/embed/n_CCYtIZj0Y" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe style="width: 100%; aspect-ratio: 16 / 9; max-width: 688px;" src="https://www.youtube.com/embed/n_CCYtIZj0Y" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

### Step-by-Step

Expand Down
2 changes: 1 addition & 1 deletion docs/users/guides/installing-addons.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: How to extend BetterDiscord.

The second half of this video shows exactly how to install addons.

<iframe width="688" height="386" src="https://www.youtube.com/embed/U0tTENsBS4w" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe style="width: 100%; aspect-ratio: 16 / 9; max-width: 688px;" src="https://www.youtube.com/embed/U0tTENsBS4w" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

## Step-by-Step

Expand Down
2 changes: 1 addition & 1 deletion docs/users/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ order: 1

Understand the basics in **under 2 minutes** by following this video guide:

<iframe width="688" height="386" src="https://www.youtube.com/embed/U0tTENsBS4w" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe style="width: 100%; aspect-ratio: 16 / 9; max-width: 688px;" src="https://www.youtube.com/embed/U0tTENsBS4w" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

## Core Features

Expand Down

0 comments on commit ac604fb

Please sign in to comment.