Place a Video inside Text with Elementor

 

 

Code snippet for Adjusting Video Mask Height:

selector{
    --height: 50%;
}
selector .elementor-fit-aspect-ratio{
    padding-top: calc(var(--height)/2);
    padding-bottom: calc(var(--height)/2);
    display: flex;
    align-items: center;
}

 

 

 

Leave a Comment

Your email address will not be published. Required fields are marked *