mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-26 03:53:32 -06:00
[chore] render avatar in photoswipe slide, remove repeated alt text
This commit is contained in:
parent
e032c959e1
commit
e7325209d2
3 changed files with 69 additions and 36 deletions
|
|
@ -24,7 +24,6 @@
|
|||
loading="lazy"
|
||||
{{- if .Description }}
|
||||
alt="{{- .Description -}}"
|
||||
title="{{- .Description -}}"
|
||||
{{- end }}
|
||||
width="{{- .Meta.Small.Width -}}"
|
||||
height="{{- .Meta.Small.Height -}}"
|
||||
|
|
@ -37,7 +36,6 @@
|
|||
loading="lazy"
|
||||
{{- if .Description }}
|
||||
alt="{{- .Description -}}"
|
||||
title="{{- .Description -}}"
|
||||
{{- end }}
|
||||
width="518"
|
||||
height="460"
|
||||
|
|
@ -138,7 +136,6 @@
|
|||
data-pswp-height="{{- .Item.Meta.Original.Height -}}px"
|
||||
data-cropped="true"
|
||||
{{- if .Item.Description }}
|
||||
alt="{{- .Item.Description -}}"
|
||||
title="{{- .Item.Description -}}"
|
||||
{{- end }}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue