Hi there, I hope you can help, I have tried everything.
I really want a two column page where a video always covers the whole background of the 1/2 cell.
Any suggestions?
Thanks so much
Hey amyteslin,
Sorry for the delay. This is not available in the theme by default but you might be able to create the layout by using the Grid Row element. Set the height of the grid row, add a code block element on the first cell, then insert the video tag. We can then resize the video element with this css code.
.flex_cell .flex_cell_inner video {
object-fit: cover;
}
.flex_cell .flex_cell_inner, .flex_cell_inner .avia-video {
height: 100%;
}
Best regards,
Ismael