From 31257b9dd4c4f8ac6b6d31191b12284011590a5c Mon Sep 17 00:00:00 2001 From: Zetaphor Date: Tue, 13 Jun 2023 12:24:15 -0500 Subject: [PATCH] Add title to pictrs-image This adds a title tag to images, uses the alt tag value. This improves accessibility for sighted users and screen readers. --- src/shared/components/common/pictrs-image.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shared/components/common/pictrs-image.tsx b/src/shared/components/common/pictrs-image.tsx index 0b3493b..27d1cc5 100644 --- a/src/shared/components/common/pictrs-image.tsx +++ b/src/shared/components/common/pictrs-image.tsx @@ -29,6 +29,7 @@ export class PictrsImage extends Component {