Skip to content

Commit 0e432ab

Browse files
authored
Merge pull request #56 from jaseci-labs/Jayanaka-98-patch-1
Update YouTube iframe in Index.tsx
2 parents e08ce89 + 1f4715e commit 0e432ab

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

byllm/src/pages/Index.tsx

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)