We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 353fe6c commit 4a69a2bCopy full SHA for 4a69a2b
_includes/screencontent.html
@@ -36,7 +36,7 @@
36
<script>
37
$(function() {
38
$(".videoContainer").removeClass("hidden");
39
- $(".screenvideo").append('<source src="{{ site.github.baseurl }}{ file.path }}" type="video/webm">');
+ $(".screenvideo").append('<source src="{{ site.github.baseurl }}{{ file.path }}" type="video/webm">');
40
console.log("{{ file.path }}");
41
});
42
</script>
assets/videos/Place-video-files-in-this-folder.txt
@@ -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