question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Does Preload=none work with vimeo videos?

See original GitHub issue

Hello and good day. I have set preload none with a video/vimeo embed. However, when looking at the console I see several Vimeo elements load. Is there something I am doing incorrectly?

Here is the code I am using:

         <video id="player1" width="568" height="319" poster="thumbnail.jpg" preload="none">
          <source src="vimoe-id#xx" type="video/vimeo">
          </video>

Thank you and have a lovely day! 😃

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
DeysonOrtizcommented, Feb 23, 2017

Do you think something like this could help increase load times? It seems to do both videos and iframes: https://github.com/ressio/lazy-load-xt#iframe-embedded-videos-youtube-vimeo-etc

0reactions
DeysonOrtizcommented, Feb 28, 2017

Hello and good day. Thank you for your response and link.

My goal is for product showcase. So each product will have a video that goes with it. Here is a recent example: https://motionmastertemplates.com/box-creator-template-pack/

There is no need for download at this point. I have never used Live Stream, but I am interested if it provides a better experience.

Thank you and have a great day! 😃

P.S. No need for the apology my friend. You have always been more than fast with your responses. Thank you 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

System Requirements for viewing, browsing, and apps - Vimeo
You can view Vimeo videos in quality ranging from 360p to 8K. The following table shows the minimum speeds required for each playback...
Read more >
Vimeo video not working with HTML5 tag - Stack Overflow
Go to your Video Settings and Video File, at the bottom there is a section called Use Your Own Player, you'll find there...
Read more >
Vimeo videos stopped working after update - Support - Themeco
Hi There,. I just tested on the video element and the classic video element with a Vimeo embedded code and it is working...
Read more >
Lazy loading video - web.dev
In this cases where the user initiates playback, using preload="none" is the easiest way to defer loading of video on all platforms.
Read more >
How to embed YouTube and Vimeo the light way
While this works great out-of-the-box, services like Youtube loads a lot of Javascript, even if your users do not click on the embedded...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found