How can I add a vimeo / Youtube or if necessary a local video as Background and have a Knockout Text over it with CSS?
For an Image it works, but replacing that URL with an URL to a local .mp4 doesn’t work..
Any ideas?
​
**URL with .jpg WORKS.**
selector .elementor-heading-title
{
background: url(“http://urltoimage.jpg”);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}
**URL with .mp4 or Youtube / Vimeo DOESN’T WORK.**
selector .elementor-heading-title
{
background: url(“http://urltovideo.mp4 / or Vimeo Link”);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}
