Skip to content

Commit

Permalink
updated youtube
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbrent committed Mar 20, 2023
1 parent 4630b93 commit 2d28f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/react-demo/src/tstest/Test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ function testMethod_Media(pptx: pptxgen) {
type: "video",
path: "https://raw.githubusercontent.com/gitbrent/PptxGenJS/master/demos/common/media/sample.avi",
});
slide.addMedia({ x: 9.4, y: 4.0, w: 3.0, h: 2.25, type: "online", link: "https://www.youtube.com/embed/Dph6ynRVyUc" });
slide.addMedia({ x: 9.4, y: 4.0, w: 4.5, h: 2.5, type: "online", link: "https://www.youtube.com/embed/g36-noRtKR4" });
}
function testMethod_Shape(pptx: pptxgen) {
let slide = pptx.addSlide();
Expand Down

0 comments on commit 2d28f4d

Please sign in to comment.