Skip to content
This repository has been archived by the owner on Apr 4, 2018. It is now read-only.

Commit

Permalink
update ios-skin to fix ui zoom
Browse files Browse the repository at this point in the history
  • Loading branch information
norlin committed Mar 29, 2018
1 parent 86e0e50 commit 7515acc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/ios.html
Expand Up @@ -5,7 +5,7 @@
</head>
<body>
<div><h1>Video tag with Hola player - mobile skin</h1></div>
<video preload="none" class="video-js vjs-default-skin" controls style="width:100%; height: 500px;">
<video preload="none" class="video-js vjs-default-skin" controls style="width:100%; height: 400px;">
<source src="http://video.h-cdn.com/static/hls/cdn2/master.m3u8" type="application/x-mpegurl">
</video>
<script>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -42,10 +42,10 @@
"@hola.org/hap.js": "1.0.139",
"@hola.org/videojs-contrib-ads": "4.2.0-7",
"@hola.org/videojs-contrib-media-sources": "3.1.0-12",
"@hola.org/videojs-hola-skin": "0.0.5-101",
"@hola.org/videojs-hola-skin": "0.0.5-104",
"@hola.org/videojs-ima": "0.5.0-38",
"@hola.org/videojs-osmf": "0.0.0-35",
"@hola.org/videojs-settings": "0.0.3-89",
"@hola.org/videojs-settings": "0.0.3-90",
"@hola.org/videojs-swf": "5.1.0-12",
"@hola.org/videojs-thumbnails": "0.1.1-11",
"lodash": "4.17.4",
Expand Down

0 comments on commit 7515acc

Please sign in to comment.