video youtube modal
This commit is contained in:
@@ -24,8 +24,8 @@ const VideoModal = ({ link }: VideoModalProps) => {
|
||||
<iframe
|
||||
className="h-full aspect-video"
|
||||
// src="https://youtu.be/j-7wAmdZ1rE"
|
||||
// src={`${link}`}
|
||||
src="https://www.youtube.com/embed/lAWF91CPOdY"
|
||||
src={`${link}`}
|
||||
// src="https://www.youtube.com/embed/lAWF91CPOdY"
|
||||
// title="Инструмент продаж graff.estate для проекта LIFE RESIDENCE: новый подход к презентации недвижимости"
|
||||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
|
||||
referrerPolicy="strict-origin-when-cross-origin"
|
||||
|
||||
Reference in New Issue
Block a user