summaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
authorRay <[email protected]>2024-09-08 21:10:13 +0200
committerRay <[email protected]>2024-09-08 21:10:13 +0200
commit725fa0e9c4c14194470a7a8d5007e09b5b114dca (patch)
treeb536b98293e30fa448091518068315c420a0e94a /index.html
parent42f8a824eb61812eefb584c81a0078643ef47da1 (diff)
downloadraylib.com-725fa0e9c4c14194470a7a8d5007e09b5b114dca.tar.gz
raylib.com-725fa0e9c4c14194470a7a8d5007e09b5b114dca.zip
Fixed video size to be responsive
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/index.html b/index.html
index ffcc657..7a800d8 100644
--- a/index.html
+++ b/index.html
@@ -69,7 +69,9 @@
<div class="content">
<h1>raylib is a simple and easy-to-use library to enjoy videogames programming.</h1>
<br>
- <iframe width="840" height="472" src="https://www.youtube.com/embed/GdlGE-eDlzg?si=CCFNbsNxQkpWWoN1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
+ <div class="video-container">
+ <iframe class="video" src="https://www.youtube.com/embed/GdlGE-eDlzg?si=CCFNbsNxQkpWWoN1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
+ </div>
<br>
<br>
<h1>get the raylib Windows Installer to install raylib in seconds:</h1>