video.html 749 B

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