html - Video thumbnail that links to other page for playing -


i have small thumbnail video file. user can hover on thumbnail , lights up. when user clicks thumbnail video, should lead him category page video can played may user choose so.

now code lets video played directly in thumbnail upon clicking, thats not want.

is possible have user click video thumbnail "video player look" , video not play, instead user directed page can play video in full screen?? got link working, problem have video should not play in thumbnail user can see "video player controls" knows video can view in category page.

html:

<div class="videofile">                         <video controls="">                         <source src="https://commons.wikimedia.org/wiki/file%3aanimaci%c3%b3n_de_escanciar.ogv" type="video/ogv"</video> </div> 

css:

.videofile:hover {     opacity:.3 } 

fiddle:fiddle

a video control never used sure overkill - add play button watermark above image , link that?


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -