mirror of
https://github.com/xbgmsharp/videojs-rotatezoom
synced 2025-10-03 17:59:31 +02:00
docs(examples): moved static video.js source into examples @todo replace with bower --install
This commit is contained in:
parent
acc216f6f3
commit
f61af3bcc0
60 changed files with 3 additions and 3 deletions
|
@ -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 -->
|
||||
|
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
Loading…
Add table
Add a link
Reference in a new issue