We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello and thank you for the plugin. I put inside a div the video container. But not scale to fit. It is posible?
<div style="width: 100%; height: auto; max-width: 720px;"><video id="full-video_7" class="video-js vjs-default-skin" poster="/images/articulos/videos/'.$Anio.$Mes.$Dia.'/Prediccion_nieve.jpg" ><source src="images/articulos/videos/'.$Anio.$Mes.$Dia.'/CSNOW.webm" type="video/webm" /><source src="images/articulos/videos/'.$Anio.$Mes.$Dia.'/Prediccion_nieve.mp4" type="video/mp4;" /></video></div>';
Sorry my bad english
The text was updated successfully, but these errors were encountered:
I fix this, with the function of your oficial webpage
window.onresize = resizeVideoJS(); // Call the function on resize
Thank you
Sorry, something went wrong.
Great! We're also discussing the issue in #982.
No branches or pull requests
Hello and thank you for the plugin. I put inside a div the video container. But not scale to fit. It is posible?
Sorry my bad english
The text was updated successfully, but these errors were encountered: