Image Input
Image input is an exclusive plugin of Good that enables a simple, user-friendly and lightweight image input field.
as per your requires useing the class .xxl
, .xl
, .lg
and if you need rounded-circle use with .rounded-circle
<div class="image-input avatar xxl rounded-4" style="background-image: url(../assets/img/avatar.png)">
<div class="avatar-wrapper rounded-4"></div>
<div class="file-input">
<input type="file" class="form-control" name="file-input" id="file-input">
<label for="file-input" class="fa fa-pencil shadow"></label>
</div>
</div>