JiongXing / PhotoBrowser

Elegant photo browser in Swift. 图片与视频浏览器。
MIT License
1.32k stars 207 forks source link

加载图片后,图片被拉伸了 #144

Closed luluaidota closed 4 years ago

JiongXing commented 5 years ago

你好,可以在你实例化的JXPhotoBrowserBaseDelegate或其子类中,设置contentMode属性。 默认值是:

    /// 图片内容缩张模式
    open var contentMode: UIView.ContentMode = .scaleAspectFill
luluaidota commented 5 years ago

我这边发现有一张图 在展示的时候,直接就被拉伸了,反复查看,又会出现正常的情况。只有那一张图有出现这个问题。其余的并没有发现

joelyou commented 5 years ago

也遇到过类似的情况 就是可能选的是别的相机拍的一些图会出这种情况

JiongXing commented 4 years ago

先关闭这个issue,若有问题再提问讨论,谢谢~