fix: small fixes

pull/4841/head
Renja 1 week ago
parent cde3ddb3a0
commit 76466fc29d
No known key found for this signature in database
GPG Key ID: 43531173B2DD8D7F

@ -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; encrypted-media; gyroscope; picture-in-picture; web-share"
allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowFullScreen
/>
</div>

Loading…
Cancel
Save