Fix the youtube placeholder.
The table was causing some problems if the image was too big. Bug: 2175973
This commit is contained in:
@@ -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%">
|
||||
|
||||
Reference in New Issue
Block a user