Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #326988

    We have successfully figured out how to get a youtube video to stream, however the video thumbnail is not working.

    Is there a way inside the plugin that we can specify a graphic to show as the video thumbnail, instead of a black box?

    #327518

    Hey JamesTuttle!

    I guess you are referring to the video in your home slider (LayerSlider), you can set a poster image to that this way:

    <video width="480" height="360" preload="metadata" controls poster="_GRAPHIC_URL_HERE_">
    <source src="/wp-content/uploads/2014/08/What-Does-Courage-Mean-To-You.mp4" type="video/mp4">
    <source src="/wp-content/uploads/2014/08/What-Does-Courage-Mean-To-You.mov" type="video/mov">
    </video>
    

    Regards,
    Josue

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