Skip to content

Commit

Permalink
Fix iframe size
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielPower committed Jun 22, 2024
1 parent a8d7005 commit 5eb4d8f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/lib/posts/homelab-part-1-why-i-homelab.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,13 @@ days it was hosted by Gorndt and Oxhorn (Machinima creator known for creating
[ROFLMAO!](https://www.youtube.com/watch?v=iEWgs6YQR9A)). After Oxhorn's
departure from the company, he would be replaced by the company's CEO, Jared.

<iframe title="vimeo-player" src="https://player.vimeo.com/video/15500493?h=2f79e354b0" width="640" height="480" frameborder="0" allowfullscreen></iframe>
<iframe
title="vimeo-player"
src="https://player.vimeo.com/video/15500493?h=2f79e354b0"
style="width:100%;max-width:640px;aspect-ratio:4/3"
frameborder="0"
allowfullscreen
></iframe>
If at this point you're questioning what WeGame has to do with "Why I homelab",
you're not alone. At the time it didn't occur to me that I should be saving
Expand Down

0 comments on commit 5eb4d8f

Please sign in to comment.