I am trying to fit an iframe properly inside this div. Here's what it looks like right now:
How do I adjust the iframe's height so you can see the whole video. Thank you
I am trying to fit an iframe properly inside this div. Here's what it looks like right now:
How do I adjust the iframe's height so you can see the whole video. Thank you
After you grab the iframe from YouTube:
<iframe width="560" height="315"
src="https://www.youtube.com/embed/RFaqnamTfm8"
frameborder="0" allowfullscreen>
</iframe>
Just increase the height property until you get the desired effect, which should do the trick.