]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/video/video-thumbnail.component.html
8acfb3c41b3723266f0b163e1fa1fb642658f6b7
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / video / video-thumbnail.component.html
1 <a
2 [routerLink]="['/videos/watch', video.uuid]" [attr.title]="video.name"
3 class="video-thumbnail"
4 >
5 <img [attr.src]="getImageUrl()" alt="video thumbnail" [ngClass]="{ 'blur-filter': nsfw }" />
6
7 <div class="video-thumbnail-overlay">
8 {{ video.durationLabel }}
9 </div>
10 </a>