aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-custom-markup/peertube-custom-tags/video-miniature-markup.component.html
blob: 9b4930b6d69eac53d3971ce73608b9153daaa76c (plain) (blame)
1
2
3
4
5
6
<my-video-miniature
  *ngIf="video"
  [video]="video" [user]="getUser()" [displayAsRow]="false"
  [displayVideoActions]="false" [displayOptions]="displayOptions"
>
</my-video-miniature>