behart-live-tour
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -20,3 +20,3 @@ import React from 'react'; | ||
this.state = { | ||
playerState: new MediaPlayerState({autoPlay: true, muted: true}), // init with muted, autoPlay | ||
playerState: new MediaPlayerState({autoPlay: true, muted: false}), // init with muted, autoPlay | ||
}; | ||
@@ -23,0 +23,0 @@ } |
@@ -119,3 +119,4 @@ import React from 'react'; | ||
ratio={cardEntry.ratio} | ||
width={this.props.width} | ||
width={this.props.width} | ||
mute={this.props.mute} | ||
borderWidth={ !isNaN(cardEntry.borderWidth) ? cardEntry.borderWidth : (this.props.video && this.props.video.borderWidth)} | ||
@@ -122,0 +123,0 @@ ctrl={cardEntry.ctrl} |
{ | ||
"name": "behart-live-tour", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Create VR tours. Built on React VR. LiveTourLab is the #1 open source framework and ecosystem for creating Live Tours. Extend with your own VR components in minutes.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
75070
1714