Skip to content
Snippets Groups Projects
Commit e9bf61ed authored by Héctor Ramos's avatar Héctor Ramos
Browse files

[Website] Load React Native Web Player from MaxCDN.

parent 13b4bf72
No related merge requests found
......@@ -57,7 +57,7 @@ var WebPlayer = React.createClass({
style={{marginTop: 4}}
width='880'
height={this.parseParams(this.props.params).platform === 'android' ? '425' : '420'}
data-src={`//npmcdn.com/react-native-web-player@1.0.0/index.html${hash}`}
data-src={`//cdn.rawgit.com/dabbott/react-native-web-player/gh-v1.2.4/index.html${hash}`}
frameBorder='0'
/>
</div>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment