Quote:
Originally Posted by GspotProductions
TheDA, thanks for the input, this all positive & not just commenting. My partner shall be speaking to our web guy about the errors & get him to check them all out. With regards to the banners, unless I want to not show the times of the VNA girls shows every day in my paid area, I don't know what I can do, nor our designer, as they're iframes.
Thanks for the tips, shall be speaking to him shortly 
|
You can wrap your iframe in a responsive bootstrap <div> tag
Code:
<!-- 16:9 aspect ratio -->
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="?"></iframe>
</div>
<!-- 4:3 aspect ratio -->
<div class="embed-responsive embed-responsive-4by3">
<iframe class="embed-responsive-item" src="?"></iframe>
</div>