Why are the rounded corners not displaying on mobile for the background video in Webflow?

Published on
September 22, 2023

There could be several reasons why rounded corners are not being displayed on mobile for a background video in Webflow. Here are a few possible explanations and solutions:

  1. CSS compatibility issue: Some older versions of mobile browsers might not fully support CSS properties such as border-radius, which is used to create rounded corners. In such cases, the rounded corners may not be displayed. To address this, you can try using vendor prefixes for CSS properties or alternative CSS techniques to achieve rounded corners in older browsers.

  2. Insufficient container size: If the container holding the background video is not large enough to display the rounded corners properly, they may be cropped or not visible on mobile devices. Make sure to adjust the size of the container appropriately so that it can accommodate the rounded corners without any cropping.

  3. CSS rule conflict: If there are other CSS rules applied to the background video container that override or conflict with the border-radius property, it may prevent the rounded corners from being displayed. Check for any conflicting CSS rules and make necessary adjustments to ensure that the border-radius property is not being overridden.

  4. Responsive design settings: Webflow has powerful responsive design capabilities that allow you to control the appearance of elements across different device sizes. It is possible that the rounded corners are not being displayed on mobile devices due to certain responsive design settings being applied. Review the responsive design settings for the background video container and ensure that they are not causing the rounded corners to be hidden or modified.

  5. Cache or browser issue: In some cases, the lack of rounded corners on mobile devices may be due to a cache or browser issue. Clearing the cache or trying to access the website on a different mobile device or browser can help determine if this is the problem.

Remember to publish the changes made in Webflow after addressing any of the above issues to ensure that the rounded corners are properly displayed on mobile devices.

Additional Questions:
  • How can I create rounded corners on a background video in Webflow for optimal mobile display?
  • Are there any best practices for ensuring rounded corners are displayed consistently on all devices in Webflow?
  • What are some alternative approaches to achieving rounded corners on a background video in Webflow if the default method is not working?