1
0
Fork 0

Remove title attribute from thumbnail in video miniature

This commit is contained in:
Rigel Kent 2020-03-06 11:50:20 +01:00
parent 288c78eaae
commit 25ae4f9572
No known key found for this signature in database
GPG Key ID: 5E53E96A494E452F
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<a <a
[routerLink]="getVideoRouterLink()" [queryParams]="queryParams" [title]="video.name" [routerLink]="getVideoRouterLink()" [queryParams]="queryParams"
class="video-thumbnail" class="video-thumbnail"
> >
<img alt="" [attr.aria-label]="video.name" [attr.src]="getImageUrl()" [ngClass]="{ 'blur-filter': nsfw }" /> <img alt="" [attr.aria-label]="video.name" [attr.src]="getImageUrl()" [ngClass]="{ 'blur-filter': nsfw }" />