Hi there,
I’ve added a short video in a custom liquid and I want it to be a fixed to full screen regardless of display size. I’ve tried multiple ways, but nothing seems to work. Can anyone help me with please?
Thanks is advance!
A user is attempting to make a video in a custom liquid section display full-screen across all device sizes but encountered issues with their initial implementation.
Problem:
Solution provided:
height: 110vh and padding propertiesOutcome:
Hi there,
I’ve added a short video in a custom liquid and I want it to be a fixed to full screen regardless of display size. I’ve tried multiple ways, but nothing seems to work. Can anyone help me with please?
Thanks is advance!
Change this CSS code of in your custom code to this
Thank you for a prompt reply!
That partially sorted my problem! In addition to this, I’ve added a code below in theme.liquid and now it’s working perfectly.
.section-template--20372803191121__e2c2ec83-11b8-4fea-92a8-d54e49789879-padding { height: 110vh; }