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
I see that assets/img/ is designated for "static images" and assets/html/ is for "interactive HTML".
assets/img/
assets/html/
...I have .mp4 movies. They're neither static images nor HTML. Where should I put those to not be disqualified?
.mp4
Currently they're with my images in assets/img/ and I'm serving them via raw <video>...</video> tags. This works, just not sure what your rules are.
<video>...</video>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I see that
assets/img/
is designated for "static images"and
assets/html/
is for "interactive HTML"....I have
.mp4
movies. They're neither static images nor HTML. Where should I put those to not be disqualified?Currently they're with my images in
assets/img/
and I'm serving them via raw<video>...</video>
tags.This works, just not sure what your rules are.
The text was updated successfully, but these errors were encountered: