video.html 875 B

123456789101112131415161718192021
  1. <section class="sec-video">
  2. <div class="container">
  3. <h2 class="video-title">三代主播-客製化範例影片</h2>
  4. <h2 class="video-mb-title">
  5. 三代主播
  6. <br>
  7. 客製化範例影片
  8. </h2>
  9. <span class="line"></span>
  10. <p class="video-text">
  11. 2022 年與藝點新聞合作之活動宣傳影片 <br>
  12. 歐美主播 x 客製化字幕 x 高解析度人像
  13. </p>
  14. <img src="./imgs/dm/stock-img-03.png" alt="" class="stock">
  15. <div class="video-box">
  16. <iframe src="https://www.youtube.com/embed/rTML9TAsUS8" title="YouTube video player" frameborder="0"
  17. allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
  18. allowfullscreen></iframe>
  19. </div>
  20. </div>
  21. </section>