You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When rendering html5 videos from lightGallery from something hosted the gallery for that item ends up being just a black screen for each item. Locally I've gotten one video to load but nothing in succession. Unsure if this problem is just for react or not.
Steps to reproduce
Create a LightGallery component
Add more then one mp4 video element to the gallery
Locally I can get the first video to load but nothing else.
When dubugging the code I'm noticing things failing in getVideoHtml() where it is looking for var videoInfo = this.core.galleryItems[index].__slideVideoInfo || {}; Only one of them listed above is getting that __slideVideoInfo added to it. The others seem to be undefined? Additionally the index always seems to be 0 which doesn't seem right
"lightgallery": "^2.7.2",
Screen.Recording.2024-07-16.at.21.05.00.mov
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Description
When rendering html5 videos from lightGallery from something hosted the gallery for that item ends up being just a black screen for each item. Locally I've gotten one video to load but nothing in succession. Unsure if this problem is just for react or not.
Steps to reproduce
JS code that you use to initialize lightGallery.
Additional context
Locally I can get the first video to load but nothing else.
When dubugging the code I'm noticing things failing in
getVideoHtml()
where it is looking forvar videoInfo = this.core.galleryItems[index].__slideVideoInfo || {};
Only one of them listed above is getting that __slideVideoInfo added to it. The others seem to be undefined? Additionally the index always seems to be 0 which doesn't seem right"lightgallery": "^2.7.2",
Screen.Recording.2024-07-16.at.21.05.00.mov
The text was updated successfully, but these errors were encountered: