diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-06-04 18:19:08 -0400 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-06-04 18:19:08 -0400 |
| commit | 06e20cb460faa5c302511f6444c4017d5ebd07e0 (patch) | |
| tree | 6b8aabe718445728b4afe22368b54f826e1a3985 /client/src/lib/components/youtube.js | |
| parent | ed91748ac4aa378bc43a1e9863dcae58ceb7f68e (diff) | |
more mobile hegemony
Diffstat (limited to 'client/src/lib/components/youtube.js')
| -rw-r--r-- | client/src/lib/components/youtube.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/lib/components/youtube.js b/client/src/lib/components/youtube.js index a9ea740..75349e4 100644 --- a/client/src/lib/components/youtube.js +++ b/client/src/lib/components/youtube.js @@ -25,7 +25,7 @@ export default class Youtube extends Component { this.player = new YT.Player(this.container, { videoId: this.props.ytid, width: "100%", - height: isMobile ? 100 : 400, + height: isMobile ? 1 : 400, playerVars: { 'autohide': 1, 'autoplay': 0, |
