-
AuthorPosts
-
August 19, 2015 at 9:59 am #363425
Hi Alan,
This code is a temporary solution that can be used to hide controls when you add an embedded fullscreen video using Revolution Slider video layer.
If the code provided hiding the video, use following code instead:
.fullscreenvideo.tp-videolayer:before { content: ''; position: absolute; width: 100%; height: 100%; left: 0; top: 0; }
And as mentioned, loop and autoplay will only work if you append the provided arguments in your video layer’s Arguments field: http://prntscr.com/85z44g.
Since this is not an issue but the way embedded videos work in a page, we cannot guarantee that the provided solution will work perfectly fine and may need to write some additional code or a different workaround using custom development. That being said, custom development is outside the scope of support we can offer. You may wish to consult a developer to assist you with this.
And again, I’d advise using a direct mp4 video, rather than the embedded video, if you want to show a fullscreen background video without any controls.
Thanks for understanding. Take care!
October 31, 2015 at 1:31 pm #647648If that didn’t work, try the snippet code below, thanks to Michael from theme-fusion.,
add to Customize > General > Custom CSS
.tp-video-play-button {
display: none !important;
}Cheers!
October 31, 2015 at 9:33 pm #647872Thanks for sharing!
January 22, 2016 at 11:36 pm #760045I’ve got the opposite problem: If I make the video layer go fullscreen, then I am not getting any Paly/Pause controls on Chrome (they are there on Firefox sometimes, sometimes not). First I thought they were just covered up by the bottom border of the slider frame, but no matter how deep I make the slider field no controls show up in Chrome.
Secondly, now I am finding that the video goes blank after about 10sec but it didn’t earlier. What setting do I have wrong? URL and login to follow:
January 22, 2016 at 11:37 pm #760046This reply has been marked as private.January 23, 2016 at 6:22 pm #760913Hello There,
Thanks for updating this thread! I have change somethings in your video settings. Please see this screenshot: http://prntscr.com/9u02s7
Your video should be visible now on the page without the blank white space after a few seconds of playing.
If you need anything else we can help you with, please let us know.
January 23, 2016 at 8:38 pm #760985Fantastic! I think what you did to fix it was
1) “stop other videos” on
2) “next slide on end” on
Anything else?
One minor tweak question: I added an image that shows while the vid is loading, how do I get the spinner to show over the video? Before I set a bg video it showed, now it doesn’t.
thanks!January 24, 2016 at 4:53 pm #761952Hello Leanna,
Yes, that’s it.
Upon checking, I saw the spinner loads for a sec before the background image loads then the video.
Please note this:The “Spinner” represents the slider’s visual preloader. This will be shown when the page first loads, and also between slides if you’re using the Lazy Load option..
The spinner will only load by default before the slide image background. You want a spinner between elements on slide. Adding it over video is possible via custom development.
Thank you of understanding.
January 24, 2016 at 4:56 pm #761958ok thanks
January 24, 2016 at 6:24 pm #762009You’re most welcome.
Feel free to ask us again.Have a great day! 🙂
-
AuthorPosts