Hanks10100 closed pull request #221: Update video.md URL: https://github.com/apache/incubator-weex-site/pull/221
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/source/references/components/video.md b/source/references/components/video.md index 24c363d14..36b3af335 100644 --- a/source/references/components/video.md +++ b/source/references/components/video.md @@ -19,6 +19,8 @@ The video component can be used to embed video content in a weex page. * src: <string> The URL of the video to embed. * play-status: <boolean> play | pause. Use it to control video's play/pause status. Default value is pause. * auto-play: <boolean> true | false. Use it to control whether it is playing when the page initialization finished. Defalut value is false. +* poster: <string> <span class="weex-version">v0.18+ & iOS only</span> Post image URL of this video if any. +* controls: <string> <span class="weex-version">v0.19+</span> If set to 'nocontrols', native video component will hide its play-back control panel. ## Styles common styles: check out [common styles for components](/wiki/common-styles.html) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
