mirror of https://github.com/usememos/memos.git
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:
parent
c2194f11aa
commit
e4937b7053
|
|
@ -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…
Reference in New Issue