I’d like to add some more playfullness to columns by applying a mask / cut-out,
for example, I’ve build:
how would I apply a mask to that column to give a custom shape to it. (don’t have the shape ready yet, am trying to understand how to achieve this with enfold)
also, how would I add a shape behind it?
Hey Peter,
Thank you for the inquiry.
There is no default option for this, but you can use the clip-path css property, as suggested by a user in another thread: https://kriesi.at/support/topic/cut-outs-for-images/#post-1465984
To achieve the desired effect, place a Video element inside a Column element, assign a unique class name to the column, and then use that class name to apply the clip-path property.
For more info about clip-path, please check: https://css-tricks.com/almanac/properties/c/clip-path/
Best regards,
Ismael