I’ve been trying to post gifs, but the experience changes from mobile to desktop. Sometimes it appears and plays properly, sometimes it doesnt. Is there a best-practice that I should get used to for formatting, or is there a reliable image hoster that supports it in a way thats compatible with Lemmy?

I just want to share tha spinning mouse dammit

    • Metal Zealot OP
      link
      fedilink
      31 year ago

      Weird, it looks like it got converted to a .webm file when you view it from programming.dev

  • @Crul@lemmy.world
    link
    fedilink
    4
    edit-2
    1 year ago

    From lemmy.world I see it animated in every place:

    • Thumbnail on homepage
    • Thumbnail on the post page
    • Expanded image

    EDIT: Forgot to specify: desktop, win10, firefox

  • @PriorProject@lemmy.world
    link
    fedilink
    4
    edit-2
    1 year ago
    • Liftoff
      • Animated in feed view
      • Animated in single-post view
      • Animated in image view.
    • Jerboa:
      • Static in feed view
      • Static in single-post view
      • Animated in image view
    • Voyager PWA in Firefox on Android via m.lemmy.world:
      • Animated in feed view
      • Animated in single-post view
      • Animated in image view
    • Mobile PWA in Firefox on Android via lemmy.world, v0.18.2
      • Animated in feed view
      • Animated in single-post view
      • Animated in image view.
    • Firefox desktop via lemmy.world, v0.18.2
      • Animated in feed view
      • Animated in single-post view
      • Animated in image view.

    Seems like it’s working pretty well overall. Jerboa is the outlier, but you CAN see the animation if you click into it.

  • @chaorace@lemmy.sdf.org
    link
    fedilink
    English
    21 year ago

    The frustrating answer is that each frontend will handle animated images differently, so you just kind of have to cope with that.

    On the desktop website, there are two options to get animation working:

    • Post a video format like webm instead – upside: just works downside: doesn’t loop
    • Do a text-post with only the animated image – upside: loops, supports alt-text downside: worse mobile experience
        • Pyro
          link
          fedilink
          English
          31 year ago

          Strange, I’ve posted animated WebPs (on another account) and they worked as you’d expect. Perhaps it’s a setting or some other kind of version difference between instances?

          • @chaorace@lemmy.sdf.org
            link
            fedilink
            English
            2
            edit-2
            1 year ago

            Well, it’s not a frontend thing as far as I can tell because the expando also uses the thumbnail image when viewed on lemmy.world. I’m aware of some instances (e.g.: blind, lemmynsfw, etc.) that use a forked UI which might explain the discrepancy – is it possible that the post you’re referring to was hosted on one of those?

            Otherwise, there’s something going on at thumbnail creation time, possibly a bug, which I’d like to research further. Could you share an example post where the expando image was an animated webp? It doesn’t have to be one of your own posts, of course, assuming you’re worried about creating a papertrail to your alt account.

            • Pyro
              link
              fedilink
              English
              21 year ago

              I’ve just posted a WebP to a random test community I found: https://lemmy.world/post/1486008

              For me, I can see it animated in the thumbnail and the expanded post both on lemmy.world and the mobile apps I use (Voyager/wefwef, and Liftoff).

              • @chaorace@lemmy.sdf.org
                link
                fedilink
                English
                31 year ago

                Interesting! I tried uploading the same image and it became static (link). I think that seals it – definitely a backend issue. The question remains as to why that’s happening, but it’s definitely tied to something about the configuration of the user’s home instance. Credit where it’s due: exactly as you’ve suggested

                • Pyro
                  link
                  fedilink
                  English
                  3
                  edit-2
                  1 year ago

                  Your image appears static for me too!

                  Credit where it’s due

                  I’m a developer by trade, we tend to have relatively accurate hunches about these things haha
                  Hopefully this is something that can be fixed (or at least toggled per-user) soon.