video in text
📰 Reddit r/webdev
I'm trying to make video within text, like putting an image in text (i.e: `background-clip: text`) How do you put a video instead of an image? Do I have to use a svg or is there a pure css way to do this? https://github.com/gabrielatwell1987/portfolio/blob/main/src/lib/components/contact/DoYouNeed.svelte This is the component I
DeepCamp AI