show video info on left with scroll on > 992px width devices, without scroll otherwise

This commit is contained in:
matteo
2018-12-13 02:18:03 +01:00
parent 434d506271
commit 12afdad684
6 changed files with 207 additions and 187 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ class VideoPlayer extends Component {
super(props);
this.state = {
opt: {
// height: '390',
// width: '640',
height: '390',
width: '640',
playerVars: {
// https://developers.google.com/youtube/player_parameters
autoplay: 0,