Hi
I think the plugin does wrap the iframe in a div only if there is a video
so just apply the ccs-tricks bit to #productsYouTube ieCode:<?php echo (($flag_show_product_info_youtube == 1 && $products_youtube !='') ? '<div id="productYouTube"><iframe width="420" height="315" src="http://www.youtube-nocookie.com/embed/' . $products_youtube . '?rel=0&showinfo=0&fs=0" frameborder="0" allowfullscreen></iframe></div>' : '') . "\n"; ?>
Hope this helpsCode:#productsYouTube {position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 25px; height: 0;} #productsYouTube iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}


Reply With Quote

