From 7030b16e2808e70bbab24e08e00cd3f387621542 Mon Sep 17 00:00:00 2001 From: apple502j <33279053+apple502j@users.noreply.github.com> Date: Tue, 8 Jan 2019 16:04:44 +0900 Subject: [PATCH 1/4] New about page video CSS --- src/views/about/about.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/views/about/about.scss b/src/views/about/about.scss index 12e84bb6a..3a449de93 100644 --- a/src/views/about/about.scss +++ b/src/views/about/about.scss @@ -32,10 +32,16 @@ iframe { display: block; border: 1px solid $ui-gray; - width: 100%; height: 290px; } } + + div.video-container, + div.about-scratch-video { + height: 290px; + width: 400px; + min-width: 400px; + } } .body { From 1695bf23b8fa0fb9a77fe40a1f10fe793d8a65a0 Mon Sep 17 00:00:00 2001 From: apple502j <33279053+apple502j@users.noreply.github.com> Date: Tue, 8 Jan 2019 16:05:53 +0900 Subject: [PATCH 2/4] New about page video --- src/views/about/about.jsx | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/src/views/about/about.jsx b/src/views/about/about.jsx index d557c1869..5e4b9a4a5 100644 --- a/src/views/about/about.jsx +++ b/src/views/about/about.jsx @@ -3,6 +3,7 @@ const FormattedMessage = require('react-intl').FormattedMessage; const render = require('../../lib/render.jsx'); const Page = require('../../components/page/www/page.jsx'); +const Video = require('../../components/video/video.jsx'); require('./about.scss'); @@ -22,14 +23,12 @@ const About = () => ( -
-