Would it be possible for when I hover over the image the href won't display the link to the raw video? (bottom left of web browser)?
Also, how can I disable right click so they won't get the video options.
<article>
<a class="thumbnail" href="http://vjs.zencdn.net/v/oceans.mp4">
<img src="http://i.livescience.com/images/i/000/026/853/iFF/ocean-waves-beach.jpg?1336055104" alt="" />
</a>
</article>
Since no video tags are being used, I'm not to sure about this.
My idea was maybe the href would toggle a javascript function. The function would pretty much do the same thing. store the raw link in a variable.