Widgetkit Grid Stack with image for video as poster
Trying out to make a grid stack with local videos to have poster image?
You need to download a small custom widgetkit plugin and add it to your widgetkit plugins folder
keep in mind this will work only for locally uploaded videos and not youtube or vimeo since they work an iframe basis
Our way of working is this
<video controls poster=”/images/w3html5.gif”>
<source src=”movie.mp4″ type=”video/mp4″>
<source src=”movie.ogg” type=”video/ogg”>
Your browser does not support the video tag.
</video>
so for youtube or video the plugin will need some adjustments
You can find more custom widgetkit2 plugins here