Tagged: fullscreen video slider, Youtube
Hi,
I have added a youtube video, using the fullscreen video slider.
First play works fine, but afterwards the play button is not working correctly.
Another thing.. When the video starts loading a black screen appears for a while.
We are aware that the black screen is standard for youtube and vimeo, but if we are hosting the video ourself, will there be a way to have a white loading screen instead of the black?
Best regards
Visti
Hey,
1. I couldn’t reproduce the play button issue, video controls work fine on my end (Chrome / OS X).
2. Add this to Quick CSS:
#top .av-video-slide .avia-slide-wrap {
background-color: white !important;
}
Best regards,
Josue