robbestad / react-iframe

Simple solution for using iframes in React
ISC License
436 stars 79 forks source link

How to use allowfullscreen? #8

Closed Zent3ch closed 7 years ago

Zent3ch commented 7 years ago

How to use allowfullscreen?

adamhindman commented 7 years ago

same question

robbestad commented 7 years ago

Pass in allowFullScreen as a prop, example:

<Iframe url="http://www.youtube.com/embed/xDMP3i36naA" width={500} height={500} allowFullScreen/>

Will be available in the next release (an hour or so away)