mirror of
https://github.com/Death916/deathsite.git
synced 2026-04-10 03:04:41 -07:00
fixed embed on videos page
This commit is contained in:
parent
2d6c5aa1dc
commit
ca67926d85
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ def videos():
|
|||
f"""<iframe
|
||||
width="350"
|
||||
height="200"
|
||||
src="{video_url}"
|
||||
src="https://www.youtube.com/embed/{video_url.split('v=')[1]}"
|
||||
title="YouTube video player"
|
||||
frameborder="0"
|
||||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue