DmcSDK / cordova-plugin-mediaPicker

cordova android ios mediaPicker support selection of multiple image and video gif ✨ cordova android 和 ios 图片视频选择cordova插件,支持多图 视频 gif,ui类似微信
MIT License
139 stars 93 forks source link

is there any way to reset the no. of images ? #55

Closed brijesh3grtechcom closed 5 years ago

brijesh3grtechcom commented 5 years ago

Currently I see 40 images can be selected. I want to restrict it to only one image as of now or 3 images can be selected.

Please help

Thanks Brij

DmcSDK commented 5 years ago

``var args = { 'selectMode': 101, //101=picker image and video , 100=image , 102=video 'maxSelectCount': 3, //default 3 (Optional) 'maxSelectSize': 188743680, //188743680=180M (Optional) };