The Bootstrap 4 image alignments are mainly used two classes there are .float-left, .float-right .
<img src="image_1.jpg" class="rounded float-left" alt="bootstrap 4 image">
<img src="images_2.jpg" class="rounded float-right" alt="bootstrap 4 image">