LayerSlider

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #3204
    Daniel Sfair
    Participant
    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/
    #3297
    Anshuman Sahu
    Keymaster
    Please refer to the layer slider documentation for this .You can find the documentation in the wplms package .
    #3483
    Daniel Sfair
    Participant
    there is nothing about this problem in documentation
    #3551
    Anshuman Sahu
    Keymaster
    Please refer : http://offlajn.com/blog/entry/2014/12/07/embedding-videos-to-layer-slider.html Please also contact layer slider support or author for this .
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘LayerSlider’ is closed to new replies.