You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've working on a similar implementation. Here is a couple of ideas.
Used the a tag <a href="https://youtu.be/3vBwRfQbXkg" class="ytlight">HOW TO FUNK IN TWO MINUTES</a>. If the user has JavaScript disabled, it can go to the video anyway.
Lazy load the thumbnail.
The quality of the thumbnail to load is decided with NetworkInformation.effectiveType.
I've working on a similar implementation. Here is a couple of ideas.
<a href="https://youtu.be/3vBwRfQbXkg" class="ytlight">HOW TO FUNK IN TWO MINUTES</a>
. If the user has JavaScript disabled, it can go to the video anyway.NetworkInformation.effectiveType
.POC
Test page lite-youtube-embed
Test page ytlight
The text was updated successfully, but these errors were encountered: