RichTextView icon indicating copy to clipboard operation
RichTextView copied to clipboard

html max-width:100%

Open cdoky opened this issue 6 years ago • 2 comments

private enum Text {
        static let tableHTML = """
        <p><img style="max-width: 100%" src="https://raw.githubusercontent.com/tophat/RichTextView/master/.github/assets/RichTextView.png"></p><p><img style="max-width: 50%" src="https://raw.githubusercontent.com/tophat/RichTextView/master/.github/assets/RichTextView.png"></p>
        """
    }

Simulator Screen Shot - iPhone Xʀ - 2019-08-28 at 09 49 18

cdoky avatar Aug 28 '19 01:08 cdoky

Hey @philCc thanks for opening this issue? Can you clarify what specifically is going on? Is setting the width to 100% cutting off the HTML?

aelkady avatar Sep 05 '19 16:09 aelkady

@aelkady I want setting the width to 100%, show all of the image, do not cut

cdoky avatar Sep 09 '19 06:09 cdoky