Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #938321

    Is there a way to have a video pop out and play like you can do with the images in the Lightbox?

    See here where I have small videos and instead of the user having to click the little thing to make it take up the whole monitor screen, just have it pop out to center screen at a pre-determined size and play.

    Website

    #938355

    Hey Gene,

    Please refer to the following:

    https://kriesi.at/support/topic/open-videos-in-lightbox/

    Best regards,
    Jordan Shannon

    #938385

    Thanks for the quick reply…

    I tried what it said in the link you provided, but it does not work correctly. I used the Element Button and linked the video, which is in our Youtube account, and it just opens the Youtube page with the video.. Or am I missing something? Seemed straight forward in the post though, but not working correctly.

    #938386

    Hi,

    Can you add rel=”prettyphoto” to the Youtube link and see if it works?

    Best regards,
    Jordan Shannon

    #938409

    here is the link: https://youtu.be/w4b3T93SZQg

    How do I add it??

    #938417

    Hi,

    The link would look more like the following:

    <a href="http://www.youtube.com/watch?v=qqXi8WmQ_WM" rel="prettyPhoto" title=""></a>

    Best regards,
    Jordan Shannon

    #938432

    That did not work…

    See private message…

    #938434

    Hi,

    The credentials provided did not let me in. Can you check the password?

    Best regards,
    Jordan Shannon

    #938455

    put in that fields not the video alb element but a nice screenshot of a scene with image alb element.
    You than can set the image link to a custom link. Add you link in it and after the video link ad &iframe=true
    if it is the first option (or the only one ) it is ?iframe=true
    f.e.
    https://www.youtube.com/watch?v=qqXi8WmQ_WM?iframe=true&autoplay=1&ecver=2&rel=0
    or paste this f.e. as a button link
    https://www.youtube.com/watch?v=w4b3T93SZQg?autoplay=1&ecver=2&showinfo=0&loop=1&rel=0&iframe=true

    seems that boardsoft changes & to &amp with ; so the last options do not work – but iframe works here too

    by the way – if it does not work here – it is because the video has an age rating

    • This reply was modified 6 years, 7 months ago by Guenni007.
    #938458

    here you can see the youtube api parameters:
    https://developers.google.com/youtube/player_parameters/#Parameters
    there is only the ecver=2 option missing which disables the links on pause the video – but does not work on modestbranding is disabled ( only one can be disabled ) and i guess the advertising in pause mode is worse

    #938991

    Hi sfranks12,

    Have you tried the solution suggested by Guenni007?
    Did you get it working or do you still need more help?

    Best regards,
    Victoria

    #938994

    yes for example now you have on “Equipment Rental & Setup” an image – go to that image alb element and set a manual link on that image.
    Paste f.e.

    https://www.youtube.com/watch?v=w4b3T93SZQg?autoplay=1&ecver=2&showinfo=0&loop=1&rel=0&iframe=true
    

    in to that manual link and see if the result is what you like to have.
    By the way the dimension of that lightbox can be adjusted if you like

    #939080

    Hi,

    Thanks for sharing @guenni007

    Best regards,
    Rikard

    #939289

    The info that @guenni007 posted worked like a charm.. Thanks…

    #939433

    so here is the code to have a bit more bigger lightbox:

    .mfp-container {
    	text-align: inherit;
    	position: absolute;
    	width: 90vw;
    	height: 50vw;
    	left: 50%;
    	transform: translateX(-50%);
    	padding-top: 50px;
    }
    
    .mfp-iframe-holder .mfp-content {
        max-width: 100%;
        width: 100%
    }
    
    div.avia-popup .mfp-close {
        right: 5px;
        top: 5px !important;
        background: #900;
        border: 2px solid #ffee00;
    }
    #939476

    Hi,

    I’m glad you were able to get this corrected. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Pop Out Video’ is closed to new replies.