Skip to content

Commit c8bf75e

Browse files
committed
last video
1 parent a4eadf3 commit c8bf75e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

video-showcase.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,9 @@ <h2>Papers & Videos</h2>
129129
[<a href="https://ceur-ws.org/Vol-3462/TADA6.pdf">pdf</a>]
130130
<span class="expando" id="expand-5">[Video]</span>
131131
<div class="expandable" id="expandable-5">
132-
Video Not Available Yet. Please Check Back Later.
132+
<iframe frameborder="0" allowfullscreen class="youtube-video"
133+
src="https://www.youtube.com/embed/YsXS0xNihmE">
134+
</iframe>
133135
</div>
134136
</td>
135137
</tr>
@@ -428,7 +430,7 @@ <h2>Papers & Videos</h2>
428430
content_id = '#expandable-'.concat(target_num);
429431
$(content_id).slideToggle('fast');
430432
});
431-
//]]>
433+
//]]>
432434
</script>
433435

434436
</html>

0 commit comments

Comments
 (0)