This is a modal window.
Beginning of dialog window. Escape will cancel and close the window.
End of dialog window.
Share
<!--Initialize videojs and plugins--> <script> var player = videojs('player_1'); player.nuevo({ limit: 15, limiturl: '//path-to-limit-website-page', limitimage: '../examples/assets/images/limit.png' }); </script>