window.addEventListener('load', onVrViewLoad);
function onVrViewLoad() {
var vrView = new VRView.Player('#vrview', {
image: 'https://cors-anywhere.herokuapp.com/http://d305uc8ofhou21.cloudfront.net/images/vrimage/vr_kitchen.jpg',
width:'500px',
height:'300px'});
}
<div id="vrview" class="view-image"></div>