diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-07-12 20:09:40 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-07-12 20:09:40 -0400 |
| commit | ed1e5a14dc8c13a564b784ee0fa618cd2f63835b (patch) | |
| tree | de3e43d2e791a69a3c805733e217c70a7777c7c9 /org | |
| parent | a7996959f191712b0256b6a9759d0020e5eabcdc (diff) | |
Fix PeerTube embed
Diffstat (limited to 'org')
| -rw-r--r-- | org/Duke on Fluidsynth/duke-on-fluidsynth.org | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/org/Duke on Fluidsynth/duke-on-fluidsynth.org b/org/Duke on Fluidsynth/duke-on-fluidsynth.org index 2474cbb..33101ee 100644 --- a/org/Duke on Fluidsynth/duke-on-fluidsynth.org +++ b/org/Duke on Fluidsynth/duke-on-fluidsynth.org @@ -175,5 +175,7 @@ If you want to check out my patchset, you can view the repository [[https://gith here's a demo video: #+BEGIN_EXPORT html -<iframe class="peertube" width="560" height="315" sandbox="allow-same-origin allow-scripts" src="https://pe.ertu.be/videos/embed/136f144e-f089-4486-bc51-4e10233bcfcd" frameborder="0" allowfullscreen></iframe> +<div class="peertube"> + <iframe width="560" height="315" sandbox="allow-same-origin allow-scripts" src="https://pe.ertu.be/videos/embed/136f144e-f089-4486-bc51-4e10233bcfcd" frameborder="0" allowfullscreen="allowfullscreen"></iframe> +</div> #+END_EXPORT |