feat: optimize component js post-build + new youtube component

This commit is contained in:
Cory Dransfeldt 2024-03-08 11:49:31 -08:00
parent e4bde98686
commit ecb23daebf
No known key found for this signature in database
20 changed files with 59 additions and 175 deletions

View file

@ -0,0 +1,3 @@
<script type="module" src="/assets/scripts/components/youtube-video-element.js"></script>
<style>youtube-video{aspect-ratio:16/9!important;width:100%!important}</style>
<youtube-video controls src="{{ url }}"></youtube-video>