MemoYoutubeEmbedListView.tsx aktualisieren

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Renja <76645494+renja-g@users.noreply.github.com>
This commit is contained in:
Renja 2025-07-10 12:57:57 +02:00 committed by Renja
parent c2194f11aa
commit e4937b7053
No known key found for this signature in database
GPG Key ID: 43531173B2DD8D7F
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ const MemoYoutubeEmbedListView: React.FC<Props> = ({ videoIds }: Props) => {
className="absolute top-0 left-0 w-full h-full"
src={`https://www.youtube.com/embed/${videoId}`}
title="YouTube video player"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allow="accelerometer; encrypted-media; gyroscope; picture-in-picture; web-share"
allowFullScreen
/>
</div>