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
Hi!
Are you sure this is an issue of lightcase rather than it is something wrong with your video params and attributes?
Try to embed and autoplay your video outside of the lightcase first to make sure this is an issue of this plugin.
My html video is not playing auto at document ready
Here is my html :
<video src="myvideo.mp4" width="800" height="450" poster="" preload="auto" controls="controls" autobuffer="true" autoplay="autoplay" onended="lightcase.close();" style="width: 800px; height: 450px; max-width: 800px; max-height: 492px;"></video>
The text was updated successfully, but these errors were encountered: