June 1, 201412 yr Hi, I am continuing to have an issue with YouTube Embed video on mobile. I have included a screenshot. I believe it is in my core.css where the problem is. It is fine on the desktop version just not the mobile version. www[]dianneinglis[]com Thanks,
June 1, 201412 yr .ytb { position:relative; margin:0 0 15px 0; padding-bottom:51%; padding-top:30px; height:0; overflow:hidden; } .ytb iframe { position:absolute; top:0; left:0; width:100%; height:100%; } <div class="ytb"> <iframe src="http://www.youtube.com/embed/70mZUBzA-HE" frameborder="0" allowfullscreen></iframe> </div> Responsive youtube solution i use, taken from amazium so give it a try
Create an account or sign in to comment