Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #353807

    I’m attempting to load custom videos into the layer slider. Currently, with the below code I’m getting a blank area where the video should be loading. I have a short video loading a self hosted mp4 on our home page (http://www.lapolla.com) that loads fine. but the 2nd video in the slide doesn’t seem to load at all

    <div class="fullwidth-video">
    <video width="1234" height="550" preload="metadata">
    <source src="/wp-content/uploads/2014/11/ty-pennington-video-series-lapolla-home.mp4" type="video/mp4">
    <source src="/wp-content/uploads/2014/11/ty-pennington-video-series-lapolla-home.webm" type="video/webm">
    <source src="/wp-content/uploads/2014/11/ty-pennington-video-series-lapolla-home.ogv" type="video/ogg" codecs="theora, vorbis">
    </video>
    </div>
    #353987

    Hey Tech!

    I see a video on your first slide and then it transitions into a still image. Can you send us a WordPress login and set your reply as private so we can take a closer look?

    Regards,
    Elliott

    #354038
    This reply has been marked as private.
    #354325

    Hi!

    I think it’s more of a LayerSlider problem than the theme. I’m not sure if LayerSlider is designed to work like that. Your video is playing fine but the transitions are acting weird. If you click on the preview inside the slider editing section you’ll notice it’s doing the same thing as on the frontend.

    What I would do is add a video to each slide. Or you can try contacting the LayerSlider support, http://support.kreaturamedia.com/faq/, to see if it supports multiple videos in a slide.

    Cheers!
    Elliott

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.