Skip to content

Commit

Permalink
updated iframe to allow fullscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
jarell-santella committed Oct 28, 2023
1 parent 9e62ff7 commit cf531a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SpeakerDeck.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const SpeakerDeck = ({ title, src }: SpeakerDeckProps): React.JSX.Element => {
return (
<StyledDiv>
<SpeakerDeckTitle>{title}</SpeakerDeckTitle>
<SpeakerDeckIFrame src={src}></SpeakerDeckIFrame>
<SpeakerDeckIFrame src={src} allow="fullscreen"></SpeakerDeckIFrame>
</StyledDiv>
)
}
Expand Down

0 comments on commit cf531a4

Please sign in to comment.