[Help] Resize Video resoultion in home page (wordpress)

by Immu
2 replies
  • WEB DESIGN
  • |
Hello guys,
I have created a new category in my wordpress blog for videos. I have edited their resolution to show in post, so far so good. The problem is video resolution in home page is way too big.
can not provide screenshot, here is link to the site : HeySup.Net
Please help
Thankyou
#home #page #resize #resoultion #video #wordpress
  • Profile picture of the author adenicol
    Hi Immu,

    On your page you have this html code:
    <img src="http://www.heysup.net/wp-content/plugins/automatic-youtube-video-posts/tools/timthumb.php?src=http://img.youtube.com/vi/U544K1HL560/0.jpg&w=636&h=9999&zc=0" alt="" title="" />

    That plugin is generating the image the size that it is. In the URL you have w=636&h=9999. The w the width and the h = the hight. You need to change the hight from 9999 to something more like 350 for it to display right. ex:
    <img src="http://www.heysup.net/wp-content/plugins/automatic-youtube-video-posts/tools/timthumb.php?src=http://img.youtube.com/vi/U544K1HL560/0.jpg&w=636&h=350&zc=0" alt="" title="" />

    I don't know if you need to set this in the plugin or if you pasted that code into your page, you will need to adjust it on that page.
    {{ DiscussionBoard.errors[8361604].message }}
  • Profile picture of the author Immu
    thanks for the reply adenicol
    will look in to it closely, will update this reply once i have tried
    cheers
    {{ DiscussionBoard.errors[8362566].message }}

Trending Topics