Samsy@lemmy.ml to Memes@lemmy.ml · 2 years agothx for the helplemmy.mlexternal-linkmessage-square10linkfedilinkarrow-up112arrow-down10
arrow-up112arrow-down1external-linkthx for the helplemmy.mlSamsy@lemmy.ml to Memes@lemmy.ml · 2 years agomessage-square10linkfedilink
minus-squareSnot Flickerman@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up0·2 years agoOdd. I’m on Firefox. When I mouseover I just get a message to expand the image. Like this: Upon expanding the image, I cannot get alt-text to appear. EDIT: Here’s what I get when I use dev tools to inspect the element: Notice the alt=""
minus-squaredavel [he/him]@lemmy.mllinkfedilinkEnglisharrow-up1·2 years agoThis may be because your instance is running Lemmy v0.19.3. https://github.com/LemmyNet/lemmy-ui/blob/0.19.3/src/shared/components/post/post-form.tsx#L421-L423 versus https://github.com/LemmyNet/lemmy-ui/blob/0.19.5/src/shared/components/post/post-form.tsx#L627-L646
Odd. I’m on Firefox.
When I mouseover I just get a message to expand the image. Like this:
Upon expanding the image, I cannot get alt-text to appear.
EDIT: Here’s what I get when I use dev tools to inspect the element:
Notice the
alt=""This may be because your instance is running Lemmy v0.19.3.
https://github.com/LemmyNet/lemmy-ui/blob/0.19.3/src/shared/components/post/post-form.tsx#L421-L423
versus
https://github.com/LemmyNet/lemmy-ui/blob/0.19.5/src/shared/components/post/post-form.tsx#L627-L646