vdeo gfile

This commit is contained in:
CHIEFSOFT\ameye
2024-12-23 20:36:16 -05:00
parent a7c7f01202
commit 8ce49210ec
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
import { useState } from 'react'
import ModalVideo from 'react-modal-video'
//import ModalVideo from 'react-modal-video'
import "../../node_modules/react-modal-video/css/modal-video.css"
@@ -48,7 +48,7 @@ export default function VideoPopup({ style }) {
<ModalVideo channel='youtube' autoplay isOpen={isOpen} videoId="vfhzo499OeA" onClose={() => setOpen(false)} />
{/*<ModalVideo channel='youtube' autoplay isOpen={isOpen} videoId="vfhzo499OeA" onClose={() => setOpen(false)} />*/}
</>
)
}