saribe / eModal

Easy Modal for bootstrap, is a simple way to create modal dialogs using javascript.
http://saribe.github.io/eModal
271 stars 97 forks source link

Adding youtube to iframe does not allow it to be fullscreen. #68

Closed tejpratap46 closed 5 years ago

tejpratap46 commented 7 years ago

Add allowfullscreen to iframe.

<iframe class="embed-responsive-item" src="src" frameborder="0" allowfullscreen></iframe>

saribe commented 5 years ago

We can use:

eModal.iframe({
    url: 'https://www.youtube.com/embed/YRgluqis7rQ?autoplay=1', 
    title: 'fullscreen', 
    data: { allowfullscreen: 'true'}
})

Make sure you are using version >= 1.2.66