-
-
Notifications
You must be signed in to change notification settings - Fork 16.7k
New issue
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
add option to mute background videos #1360
Conversation
…ontal slide and multiple vertical
stops parallax failing if only the single horizontal slide and multiple vertical
Great addition. Any chance you can remove the whitespace changes to avoid conflicts? We basically want these changes: oslego@8bbc297?w=1 |
I made the required changes and rebased from latest |
Weird, it looks like those whitespace changes still snuck their way in but I went ahead and merged this anyway. Thanks for the PR! |
I think that happened because of a merge I did with my previously pushed Thanks for accepting the PR! On Thu, Dec 3, 2015 at 10:50 AM Hakim El Hattab notifications@github.com
|
This pull request adds the
muted
property to a video element that is used as a slide background.Using the
data-background-video-muted
attribute together withdata-background-video
mutes the video. Useful for videos that can't be edited.