javascript - No video with supported format and MIME type found in Firefox when print ( CTRL+P ) -


i have following code:

<video width="320" height="240" controls>   <source src="http://www.w3schools.com/html/movie.ogg" type="video/ogg">   browser not support video tag. </video> 

i opening html page in firefox. playing normally. trying print page using browser print (ctrl + p). in print print preview gives preview but, when print it giving " no video supported format , mime type found ".

the same working fine in chrome.

how print video preview in firefox?

i think " no video supported format , mime type found " came default content of <video> tag. think u need store video image preview separately, call <img> dont display it. display when css @media print.

well thats far know


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -