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?
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