[happybirthdaygnome-web] Make release video responsive on small devices



commit cb21d9f629205476a016ca8a476285e97a993074
Author: Tom Tryfonidis <tomtryf gnome org>
Date:   Tue Aug 1 09:46:20 2017 +0300

    Make release video responsive on small devices

 index.html |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/index.html b/index.html
index c964bc2..7b249ce 100644
--- a/index.html
+++ b/index.html
@@ -152,7 +152,9 @@
                                     </div>
                                     <div class="body">
                                         <p>GNOME 3.24 Portland was released in March 2017 including  
features like a brand new Recipes App, Night Light, and revamped settings, as well as improvements to the 
browser, photos, and IRC applications. <a href="https://www.gnome.org/getting-gnome/";>Get GNOME 3.24 
here</a></p>
-                                        <iframe width="490" height="315" 
src="https://www.youtube.com/embed/_Z1PAXiyTB0";></iframe>
+                                        <div class="embed-responsive embed-responsive-16by9">
+                                            <iframe class="embed-responsive-item" 
src="https://www.youtube.com/embed/_Z1PAXiyTB0";></iframe>
+                                        </div>
                                     </div>
                                 </div>
                                 <div class="entry">


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]