|
@@ -12,7 +12,7 @@ open class KSMediaPickerItemModel: NSObject {
|
|
|
|
|
|
@objc public static let thumbSize = {() -> CGSize in
|
|
|
let screen = UIScreen.main
|
|
|
- let width = screen.bounds.size.width*screen.scale*0.25
|
|
|
+ let width = screen.bounds.size.width*screen.scale
|
|
|
return CGSize(width: width, height: width)
|
|
|
}()
|
|
|
|