fixed the client size in IE
This commit is contained in:
parent
e1cd0cadae
commit
7396417780
@ -22,7 +22,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<div id="content">
|
||||
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="90%" id="BigBlueButton" name="BigBlueButton" align="middle">
|
||||
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="100%" id="BigBlueButton" name="BigBlueButton" align="middle">
|
||||
<param name="movie" value="BigBlueButton.swf?v=VERSION" />
|
||||
<param name="quality" value="high" />
|
||||
<param name="allowfullscreen" value="true" />
|
||||
|
Loading…
Reference in New Issue
Block a user