Closed aboveyunhai closed 2 months ago
Issue regenerate: https://jsfiddle.net/7m259pjx/1/
animation:"fade" works normal when click the context menu of h5 <video> tag but video will display none in animation:"slide"
<video>
For anyone else coming across this, adding video: true to the slider options fixed it for me.
video: true
I found the option here: https://gist.github.com/warrendholmes/9481310
Issue regenerate: https://jsfiddle.net/7m259pjx/1/
animation:"fade" works normal when click the context menu of h5
<video>
tag but video will display none in animation:"slide"