I'm using Foundation 4 with the Reveal modal feature. I'm able to show an iframe with youtube video but I can't display other website inside the iframe. Any Idea
<div data-reveal class="reveal-modal" id="videoModal">
<h2>This should have iframe</h2>
<div class="flex-video" style="display: block;">
<iframe width="420" height="315" frameborder="0" allowfullscreen="" src="https://www.google.com" data-src="https://www.google.com"></iframe>
</div>
<a class="close-reveal-modal">×</a>
</div> <a class="radius button" data-reveal-id="videoModal" href="#">Example Modal w/Video…</a>