Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 656c037c authored by Patrick Scott's avatar Patrick Scott
Browse files

Fix the youtube placeholder.

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

Bug: 2175973
parent 3e88ddc5
Loading
Loading
Loading
Loading
+2 −8
Original line number Diff line number Diff line
@@ -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%">