Browse Source

Remove controls option for Vimeo videos as it's only for PRO users. Closes #977

pull/1035/head
Artur Arseniev 8 years ago
parent
commit
4b565fe314
  1. 3
      src/dom_components/model/ComponentVideo.js

3
src/dom_components/model/ComponentVideo.js

@ -210,8 +210,7 @@ module.exports = Component.extend(
changeProp: 1 changeProp: 1
}, },
this.getAutoplayTrait(), this.getAutoplayTrait(),
this.getLoopTrait(), this.getLoopTrait()
this.getControlsTrait()
]; ];
}, },

Loading…
Cancel
Save