Video plugin: show video controls

Previously this would have to be toggled in the right-click menu on Chrome, etc.
update-travis
Michael Hazell 7 years ago
parent 7471df0f2a
commit dcba80f141
No known key found for this signature in database
GPG Key ID: FE75457D86B20A0D
  1. 2
      js/plugins.js

@ -345,7 +345,7 @@ plugins.factory('userPlugins', function() {
} }
return function() { return function() {
var element = this.getElement(), src; var element = this.getElement(), src;
var velement = angular.element('<video autoplay loop muted></video>') var velement = angular.element('<video autoplay controls loop muted></video>')
.addClass('embed') .addClass('embed')
.attr('width', '560'); .attr('width', '560');
// imgur doesn't always have webm for gifv so add sources for webm and mp4 // imgur doesn't always have webm for gifv so add sources for webm and mp4

Loading…
Cancel
Save