MemoYoutubeEmbedListView.tsx aktualisieren

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Renja <76645494+renja-g@users.noreply.github.com>
pull/4841/head
Renja 5 days ago committed by GitHub
parent 41479c7adc
commit cde3ddb3a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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>

Loading…
Cancel
Save