Skip to content

Commit

Permalink
(): do not autoplay videos as ads trigger auto anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
markharding committed Oct 6, 2016
1 parent eb18635 commit 9d0b695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/archive/app/view/views/theatre.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { Material } from '../../../../directives/material';
<div class="minds-archive-stage" *ngIf="object.subtype == 'video'">
<minds-video
[poster]="object.thumbnail_src"
[autoplay]="true"
[autoplay]="false"
[muted]="false"
[src]="[{ 'uri': object.src['720.mp4'] }, { 'uri': object.src['360.mp4'] }]"
[log]="object.guid"
Expand Down

0 comments on commit 9d0b695

Please sign in to comment.