What should the value be in the embed iframe code to allow for full screen? Right now we are using allowfullscreen="". We've tried "true", "1", "yes" and nothing seems to make it full screen. Thank you and Lord bless!
The allowfullscreen attribute just needs to be on the iframe element, like this
<iframe frameborder="0" scrolling="no" allowfullscreen src="https://soundfaith.com/embed/sermons/153091" width="600" height="337"></iframe>
It won't automatically make playback fullscreen but users should be able to go fullscreen using the fullscreen button highlighted below.