rubytaiwan / rubyconftw2019.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

尋找一個放 Youtube 影片連結或 iframe 的位置

ryudoawaru opened this issue · comments

求 Irene 開示一個位置放演講影片 Link 或是 iframe(優)的位置

BTW 好像還有 Slide 的連結位置

感恩

iframe 可以用 lightbox(modal) + lazy load 來做,用連結是比較單純 XD

UI 建議如下:https://imgur.com/a2zXEsD
可以在講者連結下面加入小 button

@MindyTai 任務來ㄌ

補試做的 code 供參考:

<div class="buttons has-text-centered is-justified-center">
<a href="#" target="_blank" rel="noopener" class="button is-outlined is-primary">Video</a>
<a href="#" target="_blank" rel="noopener" class="button is-outlined is-primary">Slide</a>
</div>