Created
September 18, 2014 14:36
-
-
Save sgon00/70704c4657fcc95ae5a3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<video id="video_1" class="video-js vjs-default-skin vjs-big-play-centered" | |
controls preload="auto" width="267" height="150" | |
poster="img/videos/1.jpg" | |
data-setup='{"autoplay": false}'> | |
<source src="videos/1.mp4" type='video/mp4' /> | |
</video> |
<script>
$("#video_1").one('click', function(){ videojs(this).requestFullscreen(); });
</script>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try adding after that