<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<div class="container">
<div class="row">
<h2>TEST: iFrame in Custom Modal</h2>
<p>Modal contains iframes and has custom height. opacity and background-color.</p>
<p><a href="http://bootsnipp.com/iframe/8Z7b" target="_blank">View Full Screen</a></p>
<button class="btn btn-primary btn-lg" data-toggle="modal" data-target="#myModal">
Launch modal with iframe
</button>
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title" id="myModalLabel">Code Guide by @mdo</h4>
<p>Standards for developing flexible, durable, and sustainable HTML and CSS.</p>
</div>
<div class="modal-body">
<iframe src="http://mdo.github.io/code-guide/" id="info" class="iframe" name="info" seamless="" height="100%" width="100%"></iframe>
</div>
</div>
</div>
</div>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>