How to do validation of hight and width in bootstrap ? Any body plz help me...
company_logo: {
validators: {
file: {
extension: 'jpeg,png,jpg',
type: 'image/jpeg,image/png,image/jpg',
maxSize: 100024, // 2048 * 1024
message: 'The selected file is not valid'
}
}
}