diff --git a/src/view/com/util/images/AutoSizedImage.tsx b/src/view/com/util/images/AutoSizedImage.tsx index 0325b782c6..ea3d8e51b9 100644 --- a/src/view/com/util/images/AutoSizedImage.tsx +++ b/src/view/com/util/images/AutoSizedImage.tsx @@ -204,6 +204,7 @@ export function AutoSizedImage({ // alt here is what screen readers actually use accessibilityLabel={image.alt} accessibilityHint={_(msg`Views full image`)} + accessibilityRole="button" style={[ a.w_full, a.rounded_md, @@ -226,6 +227,7 @@ export function AutoSizedImage({ // alt here is what screen readers actually use accessibilityLabel={image.alt} accessibilityHint={_(msg`Views full image`)} + accessibilityRole="button" style={[a.h_full]}> {contents}