My web server host is `a.com`, my images are on `b.com`. I used an url as the source image, like this: ``` let vrView = new VRView.Player('#vrview', { image: 'https://b.com/image.jpg', preview: 'https://b.com/preview.jpg',, is_stereo: true, is_autopan_off: true }); ``` But I got error like this: ``` GET https://a.com/index.html?image=https://b.com/image.jpg&preview=https://b.com/preview.jpg&is_stereo=true&is_autopan_off=true& 404 ``` Can not VRView use an url as the source?
My web server host is
a.com, my images are onb.com.I used an url as the source image, like this:
But I got error like this:
Can not VRView use an url as the source?