Add video dropdown in discover page
This commit is contained in:
parent
5c20a45518
commit
b27b12552b
1 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<div class="video-wrapper" *ngFor="let video of buildVideos(object.videos)">
|
<div class="video-wrapper" *ngFor="let video of buildVideos(object.videos)">
|
||||||
<my-video-miniature [video]="video" [fitWidth]="true" [user]="userMiniature" [displayVideoActions]="false">
|
<my-video-miniature [video]="video" [fitWidth]="true" [user]="userMiniature" [displayVideoActions]="true">
|
||||||
</my-video-miniature>
|
</my-video-miniature>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<div class="video-wrapper" *ngFor="let video of buildVideos(object.videos)">
|
<div class="video-wrapper" *ngFor="let video of buildVideos(object.videos)">
|
||||||
<my-video-miniature [video]="video" [fitWidth]="true" [user]="userMiniature" [displayVideoActions]="false">
|
<my-video-miniature [video]="video" [fitWidth]="true" [user]="userMiniature" [displayVideoActions]="true">
|
||||||
</my-video-miniature>
|
</my-video-miniature>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="video-wrapper" *ngFor="let video of buildVideos(object.videos)">
|
<div class="video-wrapper" *ngFor="let video of buildVideos(object.videos)">
|
||||||
<my-video-miniature [video]="video" [fitWidth]="true" [user]="userMiniature" [displayVideoActions]="false">
|
<my-video-miniature [video]="video" [fitWidth]="true" [user]="userMiniature" [displayVideoActions]="true">
|
||||||
</my-video-miniature>
|
</my-video-miniature>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue