Video Won't Play
#1874
-
Beta Was this translation helpful? Give feedback.
Answered by
jodeleeuw
Jun 2, 2021
Replies: 1 comment
-
Hi @radrogue1 , The |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jodeleeuw
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @radrogue1 ,
The
stimulus
parameter for the video plugins should be an array (see docs here). This is because<video>
elements in HTML allow for multiple source files to be specified so that if one kind of video files type can't be played on a particular browser a different one can be used instead.