aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/video
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-03-06 11:50:20 +0100
committerRigel Kent <sendmemail@rigelk.eu>2020-03-06 11:50:20 +0100
commit25ae4f957252842d9e2e55960a3b6b87d22544b7 (patch)
tree0b0631aa2d4a321e4eec60428871667f64e59656 /client/src/app/shared/video
parent288c78eaae7c593f4d8f668302b13b138f6975c3 (diff)
downloadPeerTube-25ae4f957252842d9e2e55960a3b6b87d22544b7.tar.gz
PeerTube-25ae4f957252842d9e2e55960a3b6b87d22544b7.tar.zst
PeerTube-25ae4f957252842d9e2e55960a3b6b87d22544b7.zip
Remove title attribute from thumbnail in video miniature
Diffstat (limited to 'client/src/app/shared/video')
-rw-r--r--client/src/app/shared/video/video-thumbnail.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/video/video-thumbnail.component.html b/client/src/app/shared/video/video-thumbnail.component.html
index b63085b81..3152161bf 100644
--- a/client/src/app/shared/video/video-thumbnail.component.html
+++ b/client/src/app/shared/video/video-thumbnail.component.html
@@ -1,5 +1,5 @@
1<a 1<a
2 [routerLink]="getVideoRouterLink()" [queryParams]="queryParams" [title]="video.name" 2 [routerLink]="getVideoRouterLink()" [queryParams]="queryParams"
3 class="video-thumbnail" 3 class="video-thumbnail"
4> 4>
5 <img alt="" [attr.aria-label]="video.name" [attr.src]="getImageUrl()" [ngClass]="{ 'blur-filter': nsfw }" /> 5 <img alt="" [attr.aria-label]="video.name" [attr.src]="getImageUrl()" [ngClass]="{ 'blur-filter': nsfw }" />