1
0
Fork 0
mirror of https://github.com/xbgmsharp/videojs-rotatezoom synced 2025-10-03 01:39:17 +02:00

docs(examples): moved static video.js source into examples @todo replace with bower --install

This commit is contained in:
Blake Edwards 2016-09-09 19:27:58 -04:00
parent acc216f6f3
commit f61af3bcc0
60 changed files with 3 additions and 3 deletions

View file

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8" />
<title>Video.js Zoom Rotate Example</title>
<link href="../video.js/video-js.css" rel="stylesheet">
<script src="../video.js/video.js"></script>
<link href="./video.js/video-js.css" rel="stylesheet">
<script src="./video.js/video.js"></script>
<script>
videojs.options.flash.swf = "../video.js/video-js.swf"
videojs.options.flash.swf = "./video.js/video-js.swf"
</script>
<!-- <script src="../videojs.zoomrotate.js"></script> -->
<!-- For debugging -->

View file

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Before After
Before After