Skip to content

Commit

Permalink
修改图片显示模式
Browse files Browse the repository at this point in the history
  • Loading branch information
rztime committed Oct 13, 2023
1 parent c7c6dfb commit f1b4d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RZRichTextView/Classes/RZAttachmentInfoLayerView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ open class RZAttachmentInfoLayerView: UIView, RZAttachmentInfoLayerProtocol {
}
/// 图片视频相关view
// 显示的图片
public var imageView: UIImageView = AnimatedImageView.init().qcontentMode(.scaleAspectFill).qcornerRadius(3, true)
public var imageView: UIImageView = AnimatedImageView.init().qcontentMode(.scaleAspectFit).qcornerRadius(3, true)
/// 播放按钮
var playBtn: UIButton = .init(type: .custom).qimage(RZRichImage.imageWith("play")).qisUserInteractionEnabled(false)

Expand Down

0 comments on commit f1b4d03

Please sign in to comment.