Currently utilizing the most recent version of Bootstrap 4, I have established a 400px div to contain images of heights ranging from 100px to 350px. Despite successfully centering the image horizontally with this code:
<img src="..." class="mx-auto d-block" alt="...">
I am now attempting to find the appropriate class to add in order to vertically center the image within the div as well.