<label class="label" data-toggle="tooltip" title="Change your avatar">
<img class="rounded" id="avatar" src="https://avatars0.githubusercontent.com/u/3456749?s=160" alt="avatar">
<input type="file" class="sr-only" id="input" name="image" accept="image/*">
</label>
select image dialog box opens when image clicked how to make this to an icon. popup when a click icon!
<label class="btn-aux" data-toggle="tooltip" title="Change your avatar" for="profile_image" style="cursor: pointer;"><i class="ion ion-edit"></i>
<input type="file" class="sr-only" id="input" name="image" accept="image/*"></label>
here nothing happens.....! how to do that