Skip to content

Commit 4a69a2b

Browse files
committed
Fixed missing bracket
1 parent 353fe6c commit 4a69a2b

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

_includes/screencontent.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<script>
3737
$(function() {
3838
$(".videoContainer").removeClass("hidden");
39-
$(".screenvideo").append('<source src="{{ site.github.baseurl }}{ file.path }}" type="video/webm">');
39+
$(".screenvideo").append('<source src="{{ site.github.baseurl }}{{ file.path }}" type="video/webm">');
4040
console.log("{{ file.path }}");
4141
});
4242
</script>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Place video files in this folder.
2+
3+
Formats for Chrome & Firefox:
4+
.webm
5+
.ogg
6+
7+
Formats for Safari:
8+
.mp4
9+
.mov
10+
11+
Optimal video resolutions:
12+
828x1792
13+
1125x2436
14+
1242x2688

0 commit comments

Comments
 (0)