Skip to content

Commit 064f8c5

Browse files
committed
doc(README): add staticContentMaxWidth
1 parent 22589aa commit 064f8c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ Prop | Description | Type | Required/Default
6666
`uri` | *(experimental)* remote website to parse and render | `string` | Optional
6767
`decodeEntities` | Decode HTML entities of your content | `bool` | Optional, defaults to `true`
6868
`imagesMaxWidth` | Resize your images to this maximum width, see [images](#images) | `number` | Optional
69+
`staticContentMaxWidth` | Set a maximum width to non-responsive content (`<iframe> for instance`) | `number` | Optional
6970
`imagesInitialDimensions` | Default width and height to display while image's dimensions are being retrieved, see [images](#images) | `{ width: 100, height: 100 }` | Optional
7071
`onLinkPress` | Fired with the event, the href and an object with all attributes of the tag as its arguments when tapping a link | `function` | Optional
7172
`onParsed` | Fired when your HTML content has been parsed. Also useful to tweak your rendering, see [onParsed](#onparsed) | `function` | Optional

0 commit comments

Comments
 (0)