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
The video auto plays regardless of this setting data-autoplay="false"
<video data-html5-video="[' /app/media/Post/{{ row_data.user_id }}/{{ row_data_media.media }} ']"
data-preload="false" data-autoplay="false" data-controls="true">
The text was updated successfully, but these errors were encountered:
This one works for me.
data-auto-play="false"
Sorry, something went wrong.
No branches or pull requests
The video auto plays regardless of this setting
data-autoplay="false"
<video data-html5-video="[' /app/media/Post/{{ row_data.user_id }}/{{ row_data_media.media }} ']"
The text was updated successfully, but these errors were encountered: