Lightbox icon indicating copy to clipboard operation
Lightbox copied to clipboard

Animated GIF Support

Open wcrtr opened this issue 4 years ago • 2 comments

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.

wcrtr avatar Apr 28 '21 19:04 wcrtr

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

idevChandra6 avatar May 27 '21 06:05 idevChandra6

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)
      }
    }

fukemy avatar Apr 03 '23 06:04 fukemy