[gimp-web/testing] Fixed video embed to be responsive



commit 627b83c87c3ae2e4e22ccbe0fd364ea25beb162b
Author: Pat David <patdavid gmail com>
Date:   Thu Dec 31 08:53:09 2015 -0600

    Fixed video embed to be responsive

 content/news/2015-12-31 2015-report.md |    2 ++
 themes/newgimp/static/css/gimp.css     |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/content/news/2015-12-31 2015-report.md b/content/news/2015-12-31 2015-report.md
index 917f914..ee96dbd 100644
--- a/content/news/2015-12-31 2015-report.md    
+++ b/content/news/2015-12-31 2015-report.md    
@@ -66,7 +66,9 @@ Johannes Matschke contributed an experimental _Handle Transform_ tool that allow
 
 Michael also merged, improved, and marked as experimental another new tool, _N-Point Deformation_, 
contributed by Marek Dvoroznak a few years ago as the main objective of his Google Summer of Code project. 
The tool makes it possible to apply rubber-like transformation to objects.
 
+<div class='fluid-video'>
 <iframe width="979" height="734" src="https://www.youtube.com/embed/OmOyQyuiO_E?rel=0"; frameborder="0" 
allowfullscreen></iframe>
+</div>
 
 GEGL 0.3.0, released in June, featured over 70 new filters/operations, as well as experimental 
multithreading and mipmaps support. We do not extensively use mipmaps in GIMP yet, but this will change in 
the coming releases. Further GEGL updates released this year reintroduced the loading and saving of video 
frames via FFmpeg, various optimizations, and more new operations, such as libraw based operation for loading 
RAW images (not yet exposed in GIMP).
 
diff --git a/themes/newgimp/static/css/gimp.css b/themes/newgimp/static/css/gimp.css
index 96a1b0b..684eac0 100644
--- a/themes/newgimp/static/css/gimp.css
+++ b/themes/newgimp/static/css/gimp.css
@@ -299,6 +299,7 @@ dd {
     padding-top: 30px;
     height: 0;
     overflow: hidden;
+    margin-bottom: 1rem;
 }
 
 .fluid-video iframe {


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