Hello, I'm using a layerslider with the WPLMS theme, and I want play a video into slider.
When I choose the video and import it, the plugin generate these HTML code
<video width="100%" height="100%" preload="metadata" controls>
<source src="/wp-content/uploads/2015/10/Finalizado.mp4" type="video/mp4">
</video>
this code works in PC and mobile, but I don't want show the player, so I erased the word "controls".
<video width="100%" height="100%" preload="metadata">
<source src="/wp-content/uploads/2015/10/Finalizado.mp4" type="video/mp4">
</video>
If I do it, the video work in PC but fail in mobile version
Somebody know can I write this code correctly?
URL: http://so10minutos.com.br/como-funciona/
Please refer to the layer slider documentation for this .You can find the documentation in the wplms package .
there is nothing about this problem in documentation