aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/shared/video/video-thumbnail.component.html
blob: 8acfb3c41b3723266f0b163e1fa1fb642658f6b7 (plain) (tree)
1
2
3
4
5
6
7
8
9
10



                                                                        
                                                                                            




                                     
<a
  [routerLink]="['/videos/watch', video.uuid]" [attr.title]="video.name"
class="video-thumbnail"
>
<img [attr.src]="getImageUrl()" alt="video thumbnail" [ngClass]="{ 'blur-filter': nsfw }" />

<div class="video-thumbnail-overlay">
  {{ video.durationLabel }}
</div>
</a>