If your background video is not displaying with the correct height in Webflow designer, it might be due to settings related to its container, aspect ratio, or other style conflicts.
1. Check Background Video Element Settings
- Select the Background Video element in the designer to access its settings.
- Ensure that the aspect ratio is set correctly to maintain the video’s dimensions.
- Check that the video upload is complete and any Webflow processing has finished.
2. Inspect Container and Section Size
- Ensure the container or section holding the video has the right width and height settings.
- Set the container's display settings (like Flex or Grid) to ensure the video is not being constrained unnaturally.
- Make sure there are no limiting margins or padding that could affect the video's size.
3. Style and Flexbox Properties
- Check if Flexbox or Alignment settings are affecting the video display.
- Confirm that Width and Height are not set to auto unless intended.
- Review any custom styles or CSS properties applied to the video that might limit its dimensions.
4. Override Custom Code Issues
- If you have added any custom code that might affect the video’s style, verify if any specific CSS rules are overriding Webflow settings.
- Remove or adjust custom code temporarily to see if the issue resolves.
Summary
To fix a background video not displaying correctly in the Webflow designer, ensure that its container size, aspect ratio, and any applied styles allow it to display correctly. Adjust Flexbox or Grid settings and review custom code for any overriding styles.