Video Lightbox Size

  • Posted in : impressivCard WP
  • remytennant
    Participant

    Hello,

    The video lightboxes are quite small – have can I can increase dimensions? Now that I can get them to play in HD, I need to make them bigger.

    For anyone who wants to have a video play in HD, add “&vq=hd720″ at the end. For example:

    [lightbox video=”yes” title=”Digital Air Strike Promo” src=”http://www.youtube.com/embed/Kw5-BPBl4mg?rel=0&vq=hd720″%5D

    Thanks you.

    ahmetsali
    Keymaster

    Hi, edit js/main.js in a text editor, find line : 514, you can alter width and height parameters as you like;

    // ------------------------------
    // LIGHTBOX
    function setupLigtbox() {
    	if($("a[rel^='fancybox']").length) {
    		$("a[rel^='fancybox']").fancybox({
    			padding : 0,
    			margin : jQuery.browser.mobile ? 0 : 44,
    			width : 640,
    			height : 360,
    

    Also make sure your dimensions fit to 16:9 aspect ratio, if you dont want to see black spaces.

    remytennant
    Participant

    OK. where is js.main.js?

    remytennant
    Participant

    Just to clarify – I know how to edit it locally on my computer I just don’t know how to edit it directly in theme on my website (is this possible?) or upload the updated script. Thanks.

    remytennant
    Participant

    Nevermind, figured it out :)

Viewing 5 posts - 1 through 5 (of 5 total)

The forum ‘impressivCard WP’ is closed to new topics and replies.