View Single Post
Old 06-25-2015, 04:55 AM  
Relic
So Fucking Banned
 
Join Date: Aug 2002
Posts: 10,300
Quote:
Originally Posted by GspotProductions View Post
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>
Relic is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote