Fix the youtube placeholder.

The table was causing some problems if the image was too big.

Bug: 2175973
This commit is contained in:
Patrick Scott
2009-10-12 12:36:37 -04:00
parent 3e88ddc5df
commit 656c037c80

View File

@@ -30,14 +30,8 @@
</head>
<body>
<div id="bg">
<table height="100%" width="100%" border="0" cellpadding="0"
cellspacing="0">
<tr>
<td valign="middle">
<img src="http://img.youtube.com/vi/VIDEO_ID/0.jpg" width="100%"/>
</td>
</tr>
</table>
<img src="http://img.youtube.com/vi/VIDEO_ID/0.jpg"
style="width:100%; height:100%"/>
</div>
<div id="main">
<table height="100%" width="100%">