Does Preload=none work with vimeo videos?
See original GitHub issueHello 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:
- Created 7 years ago
- Comments:11 (5 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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
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 😃