How do I change the size of the video when posted on the wordpress blog?
-
I posted two different videos on my blog and I can’t get them to be the same size.
https://nataliegennaoui.wordpress.com/assignments/pitch-material/
That is the link! Please let me know if you can help.Thanks.
The blog I need help with is: (visible only to logged in users)
-
If you already have dimensions in the YouTube code which look like this
w=520&h=330
then simply modify the values. W is the width, and h is the height of the video.
Example, YouTube player code with dimensions:
[youtube http://www.youtube.com/watch?v=SDImdPSHqq4&w=520&h=330]. -
If you don’t have dimensions in the code, then add them, like so:
&w=540&h=339
Don’t forget the ampersand in front of the “w.”
- The topic ‘How do I change the size of the video when posted on the wordpress blog?’ is closed to new replies.