Answers for "profile image and name bootstrap 4"

2

bootstrap profile picture

<img src="..." alt="..." class="img-thumbnail">
Posted by: Guest on June-05-2020
1

edit profile photo bootstrap

<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<div id="profile-container">
   <image id="profileImage" src="http://lorempixel.com/100/100" />
</div>
<input id="imageUpload" type="file" 
       name="profile_photo" placeholder="Photo" required="" capture>
Posted by: Guest on July-08-2020

Browse Popular Code Answers by Language