- change size of display div

This commit is contained in:
Richard Alam 2011-08-31 15:58:36 +00:00
parent beb4bbff9c
commit b6bb24f00f

View File

@ -2,7 +2,7 @@
<html>
<head>
<title>Popcorn Image Plug-in Demo</title>
<title>BigBlueButton Slides Playback</title>
<link rel="stylesheet" href="css/bbb.playback.css">
<script type="text/javascript">
@ -40,8 +40,8 @@
<body>
<div id="playbackArea">
<h1 >BigBlueButton Popcorn Playback</h1>
<div style="width:800px; height:600px;" id="slide" > </div>
<h1 >BigBlueButton Slides Playback</h1>
<div style="width:800px; height:650px;" id="slide"> </div>
<audio id="audioRecording" controls > You must use an HTML5 capable browser to view this page. Go download Chrome or Opera </audio>
</div>