YouTube Embed

Simple Table containing multiple videos with start/stop times

by Spero Koulouras

HTML

<body>

  <table>
    <tr>
      <th>Inning</th>
      <th>Batter</th>
      <th>Pitcher</th>
      <th>Pitch</th>
      <th>Code</th>
      <th>Detail</th>
      <th>Press Box</th>
      <th>CF</th>
      <th>Batter</th>
      <th>1B Cam</th>
    </tr>
    <tr>
      <td>1</td>
      <td>A</td>
      <td>Schiek</td>
      <td>4</td>
      <td>FO</td>
      <td>Fly Out</td>
      <td>
        <iframe width="240px" height="135" src="https://www.youtube.com/embed/bYfCmFYuNi8?start=2302&end=2312&rel=0&autoplay=0&mute=1" allowfullscreen>
    </iframe>
      </td>
      <td>
        <iframe width="240px" height="135" src="https://www.youtube.com/embed/2U9kgJbm2Fk?start=2302&end=2312&rel=0&autoplay=0&mute=1" allowfullscreen>
    </iframe>
      </td>
      <td>
        <iframe width="240px" height="135" src="https://www.youtube.com/embed/rKvqPiW0hww?start=2294&end=2304&rel=0&autoplay=0&mute=1" allowfullscreen>
    </iframe>
      </td>
      <td>
        <iframe width="240px" height="135" src="https://www.youtube.com/embed/0KxnxnRX08E?start=2294&end=2304&rel=0&autoplay=0&mute=1" allowfullscreen>
    </iframe>
      </td>
    </tr>
  </table>
</body>