mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-25 20:29:45 -04:00
Turn off related videos in embed
See https://github.com/LLK/scratch-www/pull/1081#issuecomment-263746724. Also adjusts padding to accommodate https://github.com/LLK/scratch-www/pull/1081#issuecomment-263747658.
This commit is contained in:
parent
f84df573a3
commit
e9d6b58d5e
2 changed files with 2 additions and 2 deletions
src/views/splash/hoc-event-row
|
@ -38,7 +38,7 @@ var HocEventRow = React.createClass({
|
|||
<iframe
|
||||
className="hoc-event-video-iframe"
|
||||
title="Design a Character Studio"
|
||||
src="https://www.youtube.com/embed/_srMcH7oB3Y"
|
||||
src="https://www.youtube-nocookie.com/embed/_srMcH7oB3Y?rel=0"
|
||||
frameborder="0"
|
||||
webkitAllowFullScreen
|
||||
mozallowfullscreen
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
}
|
||||
|
||||
.flex-row.mod-hoc-event {
|
||||
padding: 2.5rem;
|
||||
padding: 3rem 2rem 2rem;
|
||||
}
|
||||
|
||||
.hoc-event-studio,
|
||||
|
|
Loading…
Add table
Reference in a new issue