Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #450738

    Hi,

    Can you tell me how to make my iframe embedded Vimeo video show up always in full screen without borders. I asked Vimeo tech support but they do not have an answer. See link and Code

    #450921

    Hi!

    Try using a Color Section or a FullScreen Slider.

    Cheers!
    Josue

    #451221

    Hi,

    I tried the Color Section and I put my Vimeo URL in and all it does is show the screen intro shot for the video but the video does not play and there is no access to any of the controls? It just looks like an over blown picture that does nothing.

    I then tired the FullScreen Slider but could not find anywhere to insert a video? Only Photos options are available?

    Any other suggestions?

    #451254

    Hi!

    It does work fine on my end – http://i.imgur.com/AL8qzOu.jpg
    Have you figured it out already?

    Best regards,
    Yigit

    #451350

    Thats because my website is active and I returned it quickly to how it was before I tried the above options. Which is using the iframe code from above and not using Color Section which did not work at all.

    Basically I just want it to automatically be full screen and to be fully operational

    #451427

    I think using a fullscreen slider should do it, to have a video slide simply select to use a “Video Slide” and put the Vimeo URL here (controls will appear).

    Best regards,
    Josue

    #451497
    This reply has been marked as private.
    #451498

    Hey!

    Try adding this code to the Quick CSS:

    #top .avia-fullscreen-slider .av-video-slide.av-video-service-vimeo iframe{
    	-webkit-transform: 	scale(1) !important;
    	-ms-transform: 		scale(1) !important;
    	transform: 			scale(1) !important;
    }
    #top .avia-fullscreen-slider .av-video-slide.av-video-service-vimeo .av-click-overlay {
        display: none !important;
    }

    Cheers! 
    Josue

    #451503

    Works Great Now, Thanks!

    #451507

    You are welcome, glad to help :)

    Regards,
    Josue

    #451856
    This reply has been marked as private.
    #451863

    Hi!

    That’s expected, Fullscreen slider video slide’s playback is disabled on mobiles, try setting the Vimeo link here and check if the fallback image gets linked.

    Best regards,
    Josue

    #451868

    Hi,

    I watched the entire video that was linked to the “here” link but I do not see anything related to my issue or mobile or anything else?

    I am missing something

    #451872

    Sorry, i was referring to this – http://a.pomf.se/pigvzj.png (copied the wrong link).

    Regards,
    Josue

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.