Hey,
It seems that webflow automatically reduces the video quality for background videos when uploaded. How to avoid this?
1080p, 1440p, 4k … no difference, overall quality looks quite bad when uploaded as a background video.
Thanks.
Hey,
It seems that webflow automatically reduces the video quality for background videos when uploaded. How to avoid this?
1080p, 1440p, 4k … no difference, overall quality looks quite bad when uploaded as a background video.
Thanks.
@wiso4151 same here, unless there’s a better solution coming up, it will be the old fashion way.
<video autoplay loop style="min-width:100%; min-height:100%;" poster="/images/video.gif">
<source src="video.mp4" type="video/mp4" />
<source src="video.webm" type="video/webm" />
<source src="video.ogv" type="video/ogg" />
<img src="video.jpg">
</video>
I would recommend an amazon server. and the quality will be retained.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.