summaryrefslogtreecommitdiffstats
path: root/core/res/assets/webkit
diff options
context:
space:
mode:
authorPatrick Scott <phanna@android.com>2009-10-12 12:36:37 -0400
committerPatrick Scott <phanna@android.com>2009-10-12 12:52:33 -0400
commit656c037c8005be31b87dd87de876c3d4f632609c (patch)
tree2bb53bc8d55181ac0caff40eecab7c14b8514fb7 /core/res/assets/webkit
parent3e88ddc5df80e4dbc682b193a573b35110d9618d (diff)
downloadframeworks_base-656c037c8005be31b87dd87de876c3d4f632609c.zip
frameworks_base-656c037c8005be31b87dd87de876c3d4f632609c.tar.gz
frameworks_base-656c037c8005be31b87dd87de876c3d4f632609c.tar.bz2
Fix the youtube placeholder.
The table was causing some problems if the image was too big. Bug: 2175973
Diffstat (limited to 'core/res/assets/webkit')
-rw-r--r--core/res/assets/webkit/youtube.html10
1 files changed, 2 insertions, 8 deletions
diff --git a/core/res/assets/webkit/youtube.html b/core/res/assets/webkit/youtube.html
index 2aaaa15..45d9c5e 100644
--- a/core/res/assets/webkit/youtube.html
+++ b/core/res/assets/webkit/youtube.html
@@ -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%">