Skip to content

Commit

Permalink
[FIX] fix youtube video embed
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Levitas committed Dec 5, 2023
1 parent 0f1a77e commit eba11ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/Upload.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<iframe
width="640"
height="360"
src="https://youtu.be/L8rWA8qgnpo"
src="https://www.youtube.com/embed/L8rWA8qgnpo"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
Expand Down

0 comments on commit eba11ea

Please sign in to comment.