Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Chris

    (@zenation)

    Hi,

    you can either set width and height as paramter:
    [relatedYouTubeVideos relation="postTitle" max="1" width="480" height="360"]

    or customize the CSS of your theme, eg

    ul.relatedYouTubeVideos li {
       width:  480px;
       height: 360px;
    }

    But if you mean the quality of the video itself (720p or whatever), that’s something you can’t control or enforce. Youtube will send the quality it thinks you can handle – according to your internet connection.

    Thread Starter samowal1201

    (@samowal1201)

    thank you very much

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to add video size’ is closed to new replies.