Changing iframes dimension by brutal force
by labanino
HTML
<div id="nhsplayerContainer">
<iframe id="youtubeP" frameborder="0" allowfullscreen="1" title="YouTube video player" width="340" height="460" src="https://www.youtube.com/embed/aI7ldhrOoOQ?enablejsapi=1&origin=http%3A%2F%2Fwww.newhomesource.com" style="
width: 400px;
"></iframe>
</div>
CSS
#nhsplayerContainer iframe { width:460px; height:340px; }