Hello! I’ve been racking my brain and the internet for a couple of days trying to figure out how to create an image mask. Right now I have a column with a background image and an image element in the column that is a .png frame. BUT I want to put a background pattern to that whole section and I can’t apply it to my png frame so I am trying to figure out how to apply an image mask.
Right now I have it worked out in codepen using a mask ( but when I put it in my website I get nothing. I place an image element, then add a custom CSS to the element.
.el { mask: url(https://fueledbylaunch.com/square/frame.svg) center / contain no-repeat;}
Am I doing something wrong in my code or on the website? Thoughts?
ps I tried a clip-path but I couldn’t get a complex SVG to work. I can do a polygon, but I need curves to fit the theme.