mirror of
https://github.com/DmcSDK/cordova-plugin-mediaPicker
synced 2026-05-03 00:00:04 +08:00
Update README.md
This commit is contained in:
@@ -37,7 +37,7 @@ index.js code:
|
|||||||
|
|
||||||
var imgs=document.getElementsByName('imgView');
|
var imgs=document.getElementsByName('imgView');
|
||||||
var args={'showThumbnail':true,
|
var args={'showThumbnail':true,
|
||||||
'selectMode':101,//101=PICKER_IMAGE_VIDEO , 100=PICKER_IMAGE
|
'selectMode':101,//101=PICKER_IMAGE_VIDEO , 100=PICKER_IMAGE , 102=PICKER_VIDEO
|
||||||
'maxSelectCount':12, //default 40 (Optional)
|
'maxSelectCount':12, //default 40 (Optional)
|
||||||
'maxSelectSize':188743680,//188743680=180M (Optional)
|
'maxSelectSize':188743680,//188743680=180M (Optional)
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user