File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -51,19 +51,20 @@ <h3 id="{{ talk.title | slugify }}">
5151
5252 < p > {{ talk.description }}< p >
5353
54- < div class ="keep-aspect-ratio ">
55-
5654 {% if talk.recording %}
55+ < div class ="keep-aspect-ratio ">
5756 < iframe src ="{{ talk.recording }} " frameborder ="0 " allow ="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share " referrerpolicy ="strict-origin-when-cross-origin " allowfullscreen >
5857 </ iframe >
58+ </ div >
5959 {% endif %}
6060
6161 {% if talk.slides %}
62+ < div class ="keep-aspect-ratio ">
6263 < iframe src ="{{ talk.slides }} " frameborder ="0 " allowfullscreen ="true " mozallowfullscreen ="true " webkitallowfullscreen ="true ">
6364 </ iframe >
65+ </ div >
6466 {% endif %}
6567
66- </ div >
6768 </ div >
6869 {% endfor %}
6970 </ section >
Original file line number Diff line number Diff line change 1111
1212 - title : " Modularizando con Packwerk"
1313 recording : https://www.youtube.com/embed/TAMMnmuXhE8?si=K3DCP06kgvKdFvvP
14+ slides : https://speakerdeck.com/player/a1133e9c92904a87be2236642dc33505
1415 speakers :
1516 - diego_algorta
1617---
You can’t perform that action at this time.
0 commit comments