Repository: incubator-weex-site Updated Branches: refs/heads/master 493bd4b1e -> c20f1683a
Correcting typos Line32. conver -> cover Project: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/commit/c20f1683 Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/tree/c20f1683 Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/diff/c20f1683 Branch: refs/heads/master Commit: c20f1683a2d6bfd1c7133fa210cbf63966db3246 Parents: 493bd4b Author: CreeperSan <[email protected]> Authored: Wed May 30 17:36:54 2018 +0800 Committer: GitHub <[email protected]> Committed: Wed May 30 17:36:54 2018 +0800 ---------------------------------------------------------------------- source/references/components/image.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/c20f1683/source/references/components/image.md ---------------------------------------------------------------------- diff --git a/source/references/components/image.md b/source/references/components/image.md index 8fc38b3..7b688ab 100644 --- a/source/references/components/image.md +++ b/source/references/components/image.md @@ -29,7 +29,7 @@ See the [example](http://dotwe.org/vue/00f4b68b3a86360df1f38728fd0b4a1f). | Attribute | Type | Value | Default Value | | ------------- | ------ | -------------------------- | ------------- | | `placeholder` | String | {URL / Base64} | - | -| `resize` | String | conver / contain / stretch | stretch | +| `resize` | String | cover / contain / stretch | stretch | | `src` | String | {URL / Base64 } | - | > **Note:** you can specify a relative URL for `src` and `placeholder`, relative URL will be rewritten to the to the actual resource URL (local or remote). See also: [Path](../../guide/advanced/path.html). @@ -153,4 +153,4 @@ Support **[common styles](../../wiki/common-styles.html)**. - [Base64 example](http://dotwe.org/vue/ba477790c85ea12bbf7ad3a5f0885b5c) - [Multi-layer images example](http://dotwe.org/vue/c44359c0f200abc1f66504b88587e4f6) -- [Lazy load image example](http://dotwe.org/vue/b0b146e4e6fa4890f800e18cb950f803) \ No newline at end of file +- [Lazy load image example](http://dotwe.org/vue/b0b146e4e6fa4890f800e18cb950f803)
