diff --git a/src/views/about/about.jsx b/src/views/about/about.jsx
index d557c1869..5a6b7b463 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,10 @@ const About = () => (
-
-
@@ -141,7 +138,7 @@ const About = () => (
-
-
+
-
@@ -150,7 +147,7 @@ const About = () => (
-
-
+
@@ -162,7 +159,7 @@ const About = () => (
values={{
supportersList: 'National Science Foundation, Scratch Foundation, Siegel Family Endowment, Google, LEGO Foundation, Intel, Cartoon Network, Lemann Foundation, MacArthur Foundation', // eslint-disable-line max-len
creditsLink: (
-
+
),
diff --git a/src/views/about/about.scss b/src/views/about/about.scss
index 12e84bb6a..a2fee0787 100644
--- a/src/views/about/about.scss
+++ b/src/views/about/about.scss
@@ -28,13 +28,13 @@
padding-right: 10px;
}
}
+ }
- iframe {
- display: block;
- border: 1px solid $ui-gray;
- width: 100%;
- height: 290px;
- }
+ div.video-container,
+ div.about-scratch-video {
+ height: 225px;
+ width: 400px;
+ min-width: 400px;
}
}