File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -733,14 +733,7 @@ const Index = () => {
733733 < CarouselItem key = { idx } >
734734 < Card className = "card-interactive" >
735735 < div className = "aspect-video overflow-hidden rounded-t-lg" >
736- < iframe
737- src = { `https://www.youtube.com/embed/${ t . youtubeId } ` }
738- title = { t . title }
739- className = "w-full h-full"
740- frameBorder = "0"
741- allow = "accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
742- allowFullScreen
743- />
736+ < iframe width = "560" height = "315" src = "https://www.youtube.com/embed/FSIZmwfQD1s?si=gUprB2GXo-6X8MgP" title = "YouTube video player" frameborder = "0" allow = "accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy = "strict-origin-when-cross-origin" allowfullscreen > </ iframe >
744737 </ div >
745738 < CardHeader >
746739 < div className = "flex items-center justify-between" >
@@ -934,4 +927,4 @@ const Index = () => {
934927 ) ;
935928} ;
936929
937- export default Index ;
930+ export default Index ;
You can’t perform that action at this time.
0 commit comments