hyperoslo / Lightbox

:milky_way: A convenient and easy to use image viewer for your iOS app
https://www.hyper.no
Other
1.62k stars 326 forks source link

Animated GIF Support #276

Open wcrtr opened 3 years ago

wcrtr commented 3 years ago

I'm not sure if this is supposed to be a supported feature but loading an animated gif into Lightbox doesn't handle the animation, just the first frame.

idevChandra6 commented 3 years ago

I have this same wish. I hope Lightbox can support Gif animations.

fukemy commented 1 year ago

Hi, does gif supported? I have configured the image, but not working:

LightboxConfig.loadImage = { imageView, url, completion in
      imageView.sd_setImage(with: url) { image, _, _ , _ in
        completion?(image)
      }
    }