diff --git a/RZRichTextView/Classes/RZAttachmentInfoLayerView.swift b/RZRichTextView/Classes/RZAttachmentInfoLayerView.swift index 0bca1d7..5dc3ca3 100644 --- a/RZRichTextView/Classes/RZAttachmentInfoLayerView.swift +++ b/RZRichTextView/Classes/RZAttachmentInfoLayerView.swift @@ -120,7 +120,7 @@ open class RZAttachmentInfoLayerView: UIView, RZAttachmentInfoLayerProtocol { public override init(frame: CGRect) { super.init(frame: frame) - + audioPlayBtn.imageView?.contentMode = .scaleAspectFit let stackView = [imageContent, audioContent].qjoined(aixs: .vertical, spacing: 0, align: .fill, distribution: .equalSpacing) self.qbody([ stackView.qmakeConstraints({ make in