To make the entire screen show up, find the two places in the embed code (once near the beginning and once near the end) where the screen size appears, e.g, for this vid:
width="560" height="340"
You need the screen to be 400 pixels wide. Divide 400 by the "width" number and multiply the result by the height number. So, in this case, 400/560 = .71. Then .71 x 340 = 243.
Then, in both places where the size appears in the embed code, replace width="560" height="340" with width="400" height="243" and when you embed it, you'll get the entire screen.
I got halfway there this morning: changed the first set of numbers but didn't notice there was a second set. Which is why I ended up perplexed and frustrated!
To make the entire screen show up, find the two places in the embed code (once near the beginning and once near the end) where the screen size appears, e.g, for this vid:
ReplyDeletewidth="560" height="340"
You need the screen to be 400 pixels wide. Divide 400 by the "width" number and multiply the result by the height number. So, in this case, 400/560 = .71. Then .71 x 340 = 243.
Then, in both places where the size appears in the embed code, replace width="560" height="340" with width="400" height="243" and when you embed it, you'll get the entire screen.
Thanks for the clear instructions.
ReplyDeleteI got halfway there this morning: changed the first set of numbers but didn't notice there was a second set. Which is why I ended up perplexed and frustrated!