FS-10139: [verto.js] $.FSRTC.bestResSupported() returns true for any res #resolve

Conflicts:
	html5/verto/video_demo/js/verto-min.js
This commit is contained in:
Brian West
2017-03-16 10:37:31 -05:00
committed by Mike Jerris
parent f19fcdb4f0
commit 46b518d57a
2 changed files with 3 additions and 3 deletions

View File

@@ -1013,8 +1013,8 @@
resI++;
video = {
width: w,
height: h
width: {exact: w},
height: {exact: h}
//"minWidth": w,
//"minHeight": h,
//"maxWidth": w,