Skip to content

Commit

Permalink
style: Formats code
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Hui committed Apr 24, 2024
1 parent 2614b4f commit 106e3d6
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions _includes/vid_caption.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
<div clas="captioned-img-container">
{% if include.src2 %}
<div class="img-container">
<iframe width="500" height="400" src="https://www.youtube.com/embed/Tw7VNB5Eo6c" title="3D reconstruction of Native Diver Excavation" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<iframe width="500" height="400" src="https://www.youtube.com/embed/Tw7VNB5Eo6c" title="3D reconstruction of Native Diver Excavation" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
<div class="img-container">
<iframe width="500" height="400" src="https://www.youtube.com/embed/Tw7VNB5Eo6c"
title="3D reconstruction of Native Diver Excavation" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<iframe width="500" height="400" src="https://www.youtube.com/embed/Tw7VNB5Eo6c"
title="3D reconstruction of Native Diver Excavation" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
{% else %}
<iframe width="500" height="400" src="https://www.youtube.com/embed/Tw7VNB5Eo6c" title="3D reconstruction of Native Diver Excavation" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<iframe width="500" height="400" src="https://www.youtube.com/embed/Tw7VNB5Eo6c"
title="3D reconstruction of Native Diver Excavation" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
{% endif %}
<p class="caption">
{{include.caption}}
</p>
</div>
</div>

0 comments on commit 106e3d6

Please sign in to comment.