Skip to content

Commit

Permalink
Fixed elementor#2372 - related videos appears in background video.
Browse files Browse the repository at this point in the history
  • Loading branch information
kobizz committed Nov 15, 2017
1 parent 59e729d commit cbf560d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion assets/dev/js/frontend/handlers/section.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ var BackgroundVideo = HandlerModule.extend( {
},
playerVars: {
controls: 0,
showinfo: 0
showinfo: 0,
rel: 0
}
} );

Expand Down
3 changes: 2 additions & 1 deletion assets/js/frontend.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cbf560d

Please sign in to comment.