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

Iframe border #17

Closed theprimstore closed 9 years ago

theprimstore commented 9 years ago

i see iframe have border fix it on line 401 add frameborder="0"

'<iframe frameborder="0" class="embed-responsive-item" src="%0%" style="width:100%;height:75vh;"/>')
saribe commented 9 years ago

Done, thanks...