Skip to content

Commit 44c1444

Browse files
committed
feat; use responsive youtube player
1 parent b7a46f9 commit 44c1444

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/components/Markdown/CustomTags.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
export { default as YoutubePlayer} from "@jetbrains/kotlin-web-site-ui/out/components/youtube-player";
12
export {KtlLayout as Layout} from "../KtlLayout";
23
export {Answer, FAQ, Question} from "../FAQ";
34
export {Structure} from "../Structure";
@@ -9,4 +10,4 @@ export {NotFound} from "../NotFound";
910
export {Grants, GrantsAction, GrantsTitle} from "../Grants";
1011
export {PagePreview} from "../PagePreview";
1112
export {PairedBlock} from "../PairedBlock";
12-
export {LatestNews} from "../LatestNews";
13+
export {LatestNews} from "../LatestNews";

src/pages/news/gsoc-2023-kflogger/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ KFlogger incorporates the existing JVM Flogger codebase as a Java module, preser
1313

1414
Here is a demo of this working on Android and iOS:
1515

16-
<iframe width="560" height="315" src="https://www.youtube.com/embed/hkyL-Lhkla8?si=sC-VNE7s8YTZ673C" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
16+
<YoutubePlayer id="hkyL-Lhkla8" />
1717

1818
## Getting Started
1919

0 commit comments

Comments
 (0)