profile photo inline bootstrap code example
Example 1: bootstrap profile picture
<img src="..." alt="..." class="img-thumbnail">
Example 2: 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>