We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Byte-range requests are not in HTTP headers, so Safari can't play .mp4 or .webm files served from Eleventy Server.
<!-- local media --> <video controls width="350"> <source src="/media/flower/flower.webm" type="video/webm"> <source src="/media/flower/flower.mp4" type="video/mp4"> </video> <!-- remote media --> <video controls width="350"> <source src="https://interactive-examples.mdn.mozilla.net/media/cc0-videos/flower.webm" type="video/webm"> <source src="https://interactive-examples.mdn.mozilla.net/media/cc0-videos/flower.mp4" type="video/mp4"> </video>
The text was updated successfully, but these errors were encountered:
Shipped with Dev Server v2.0.0
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Byte-range requests are not in HTTP headers, so Safari can't play .mp4 or .webm files served from Eleventy Server.
Here's a bit of reference:
Reproduce:
My setup:
Screenshot:
The text was updated successfully, but these errors were encountered: