Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
  • Guest, before posting your code please take these rules into consideration:
    • It is required to use our BBCode feature to display your code. While within the editor click < / > or >_ and place your code within the BB Code prompt. This helps others with finding a solution by making it easier to read and easier to copy.
    • You can also use markdown to share your code. When using markdown your code will be automatically converted to BBCode. For help with markdown check out the markdown guide.
    • Don't share a wall of code. All we want is the problem area, the code related to your issue.


    To learn more about how to use our BBCode feature, please click here.

    Thank you, Code Forum.

HTML & CSS "Vimeo as Host for my Websites Loading Screen" Lag...!

Gflovin

New Coder
Hey!
So on my website a have a video as a loading screen (a sort of "pre-enter site thing"). Vimeo is the host of that video. The problem that I am getting is when you press play, when it prepares to load the video, you will see a frame of the video, a frame maybe 6 seconds into the video, and then the video plays.
Is there any code/html that will help me hide that loading frame?
Maybe there is a code/html/plugin that could load the video super fast (prioritizing the video) so that it wouldn't have to load for like a second or so?
To conclude, the goal is to have the video running smoothly, without that annoying frame.

I have contacted Vimeo for help, but they have taken a while to answer, so that's why I'm trying here.

Thanks beforehand ;)
 
@Gflovin First, I want to say Welcome to Code Forum!

Hmm, you are using the <video> tag right? Perhaps adding the preload: auto; to your video tag might help.
 

New Threads

Latest posts

Buy us a coffee!

Back
Top Bottom