refactor: [UEPR-116] allow fullscreen of video

This commit is contained in:
MiroslavDionisiev 2024-12-10 11:15:10 +02:00
parent c18defc649
commit 17a0032170

View file

@ -31,6 +31,7 @@ export const YoutubeVideoModal = ({videoId, onClose = () => {}, className}) => {
height="360" height="360"
src={`https://www.youtube.com/embed/${videoId}?rel=0&cc_load_policy=1&autoplay=1`} src={`https://www.youtube.com/embed/${videoId}?rel=0&cc_load_policy=1&autoplay=1`}
allow="autoplay" allow="autoplay"
allowFullScreen
/> />
</ReactModal> </ReactModal>
); );