]>
Commit | Line | Data |
---|---|---|
202f6b6c C |
1 | <a |
2 | [routerLink]="['/videos/watch', video.uuid]" [attr.title]="video.name" | |
3 | class="video-thumbnail" | |
4 | > | |
5 | <img [attr.src]="video.thumbnailUrl" alt="video thumbnail" [ngClass]="{ 'blur-filter': nsfw }" /> | |
6 | ||
7 | <div class="video-thumbnail-overlay"> | |
8 | {{ video.durationLabel }} | |
9 | </div> | |
10 | </a> |