Skip to content

Commit

Permalink
style: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Nov 16, 2023
1 parent f10e2d1 commit a3eda4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/builders/inline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class BuilderInline {
videoElement.loop = true;
videoElement.muted = true;
// Append video sources
// Append video sources (in priority order, most efficient first)
const videoSources = [
["av1", "webm"],
["vp9", "webm"],
Expand Down

0 comments on commit a3eda4c

Please sign in to comment.