X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6746dc89c47ed01b165cc1152533605f97eb8e8d..f562e4c6e5fac7bcb445985b99acbea4d706e6f0:/examples/desktop/js/Video.js diff --git a/examples/desktop/js/Video.js b/examples/desktop/js/Video.js index 03fd0541..315881c1 100644 --- a/examples/desktop/js/Video.js +++ b/examples/desktop/js/Video.js @@ -31,7 +31,7 @@ Ext.define('Ext.ux.desktop.Video', { extend: 'Ext.panel.Panel', alias: 'widget.video', - + layout: 'fit', width: '100%', height: '100%', autoplay: false, @@ -61,7 +61,7 @@ Ext.define('Ext.ux.desktop.Video', { if (Ext.isIE) { fallback += ', ' + chrome + - ' or Chrome Frame for IE.'; + ' or Safari.'; } else { fallback += ' or ' + chrome + '.'; }