Chris Morrell @cmorrell.com · Sep 15

I made a little <x-youtube-video> blade component today. It's not super well tested, but should work fine. ✅ Responsive ✅ Only loads YT on interaction ✅ Uses "enhanced privacy" mode + nocookie domain Feel free to adapt for your own use as needed: gist.github.com/inxilpro/e9a...

23 likes 2 replies

?

Replies

Chris Morrell · Sep 15

Kinda wild just how many requests you save by not loading the <iframe> until they click play.

Stefan Zweifel · Sep 16

Neat! Basically a almost-JS free version of the various lite-youtube webcomponents. github.com/paulirish/li... github.com/justinribeir...