fix:去掉widthRatio=1,heightRatio=1,用全分辨率裁剪1080×1080
This commit is contained in:
parent
b09e2e7aee
commit
0a572aae0f
@ -6,8 +6,6 @@
|
|||||||
:style="'width:' + camSize + 'px;height:' + camSize + 'px;margin-top:' + frameTop + 'px;margin-left:' + frameLeft + 'px;'"
|
:style="'width:' + camSize + 'px;height:' + camSize + 'px;margin-top:' + frameTop + 'px;margin-left:' + frameLeft + 'px;'"
|
||||||
flash="off"
|
flash="off"
|
||||||
facing="back"
|
facing="back"
|
||||||
:widthRatio="1"
|
|
||||||
:heightRatio="1"
|
|
||||||
@onPictureTaken="onPictureTaken"
|
@onPictureTaken="onPictureTaken"
|
||||||
@onCameraOpened="onCameraOpened"
|
@onCameraOpened="onCameraOpened"
|
||||||
></ima-camera-view>
|
></ima-camera-view>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user