mattpopovich / mattpopovich.com

Source code for https://mattpopovich.com
https://mattpopovich.com
MIT License
0 stars 0 forks source link

Spotify embeddings are made for light mode #31

Closed mattpopovich closed 9 months ago

mattpopovich commented 1 year ago

White banners around. Would be nice to have those be transparent or change to black for dark mode

mattpopovich commented 1 year ago

Can be implemented via {: .dark } and {: .light }:

<div style="text-align:center">
<iframe style="border-radius:12px"
src="https://open.spotify.com/embed/track/1ngygj9MIxtLvDFJxZj0vE?utm_source=generator&theme=0"
width="100%" height="352" frameBorder="0"
allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
</div>{: .dark }

<div style="text-align:center">
<iframe style="border-radius:12px"
src="https://open.spotify.com/embed/track/1ngygj9MIxtLvDFJxZj0vE?utm_source=generator"
width="100%" height="352" frameBorder="0"
allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
</div>{: .light }
mattpopovich commented 1 year ago

Would be nice to automate this with an embed/spotify.html thing similar to the Youtube one:

{% include embed/youtube.html id='JMtz9G-F67U' %}