From d521058065611a2e6f3c6dc2870e61a108bf9847 Mon Sep 17 00:00:00 2001 From: Alessio Maffeis Date: Fri, 4 Aug 2017 10:55:00 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1f4cd39..8d024a1 100755 --- a/README.md +++ b/README.md @@ -78,6 +78,8 @@ You can find an example project here: https://github.com/alessiomaffeis/vue-pict - **width, height**: (pixels, optional) the maximum width and height of the preview container. The picture will be resized and centered to cover this area. If not specified, the preview container will expand to full width, 1:1 square ratio. - **crop**: (boolean, optional) set *:crop="false"* if you wish to disable cropping. The image will be resized and centered in order to be fully contained in the preview container. Default value: true. - **margin**: (pixels, optional) the margin around the preview container. Default value: 0. +- **radius**: (percentage, optional) The border-radius value for the container. Set *radius="50"* to get a circular container. Default value: 0. +- **plain**: (boolean, optional) Set *:plain="true"* to remove the inner border and text. Default value: false. - **accept**: (media type, optional) the accepted image type(s), e.g. image/jpeg, image/gif, etc. Default value: 'image/*'. - **size**: (MB, optional) the maximum accepted file size in megabytes. - **removable**: (boolean, optional) set *:removable="true"* if you want to display a "Remove Photo" button. Default value: false.