banthagroup / fslightbox-vue

Basic version of Fullscreen Lightbox for Vue.js. Website: https://fslightbox.com/vue
MIT License
41 stars 3 forks source link

Can't use Google Cloud Storage URL #58

Closed babashunya closed 2 years ago

babashunya commented 2 years ago

I saw Google Cloud Storage URL is available.

'https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4'

https://fslightbox.com/vue/documentation/sources

But when I use url below, lightbox show 'Invalid file'. https://storage.googleapis.com/example-files-bucket/character_ebi_fry.png

Do I have to use CustomSource if I use Google Cloud Storage URL?