summaryrefslogtreecommitdiff
path: root/gallerie.html
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2020-12-13 16:53:21 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2020-12-13 16:53:21 +0100
commite3646ce5ac73996a7ddaa63633f73be678dcb9f3 (patch)
tree3ed568279334528ff3e9f9331485e0f2bef5e3cd /gallerie.html
parent2af97b95eb3eaa061b783d0aad02cb97d707b0a4 (diff)
downloadquatuorbellefeuille.com-e3646ce5ac73996a7ddaa63633f73be678dcb9f3.tar.xz
Add YouTube videos
padding-bottom trick courtesy of Nick Vogt. https://www.h3xed.com/web-development/how-to-make-a-responsive-100-width-youtube-iframe-embed
Diffstat (limited to 'gallerie.html')
-rw-r--r--gallerie.html24
1 files changed, 23 insertions, 1 deletions
diff --git a/gallerie.html b/gallerie.html
index eeceeaf..9deb2c4 100644
--- a/gallerie.html
+++ b/gallerie.html
@@ -34,7 +34,7 @@
<main>
<h1>Photos</h1>
- <div class="photos">
+ <div class="mosaic photos">
<div class="photo">
<a href="https://v3.goldensun-world.com/img/wallpapers/wallpaper1.jpg">
<img src="https://v3.goldensun-world.com/img/wallpapers/wallpaper1_800x600.jpg">
@@ -57,6 +57,28 @@
</div>
</div>
<h1>Vidéos</h1>
+ <div class="mosaic videos">
+ <div class="video">
+ <iframe src="https://www.youtube.com/embed/rl16-7wZmFY"
+ frameborder="0" allowfullscreen class="yt">
+ </iframe>
+ </div>
+ <div class="video">
+ <iframe src="https://www.youtube.com/embed/QpYo0lAwQ2g"
+ frameborder="0" allowfullscreen class="yt">
+ </iframe>
+ </div>
+ <div class="video">
+ <iframe src="https://www.youtube.com/embed/1SJsDCMyU9c"
+ frameborder="0" allowfullscreen class="yt">
+ </iframe>
+ </div>
+ <div class="video">
+ <iframe src="https://www.youtube.com/embed/9yxEPZ1vCnM"
+ frameborder="0" allowfullscreen class="yt">
+ </iframe>
+ </div>
+ </div>
</div>
</main>