Webflow allows uploading .webm files, but for background videos it only serves .mp4 files by default, which raises confusion. Here's the purpose and context.
.webm
files for other custom uses in Webflow, such as when embedding a video manually using a custom code embed..mp4
and .webm
allows you to serve optimized formats to modern browsers while maintaining fallback support..webm
files because users may use them for custom coding, non-background use cases, or third-party integrations..webm
.<video>
element in a Custom Code block, you can manually add both .webm
and .mp4
versions:.webm
for its smaller size..mp4
.Webflow only serves .mp4 files for background video components, but allows uploading .webm
files for custom usage through embed code or assets. This supports optimized delivery for browsers that support .webm
, while maintaining compatibility.