I have encountered a strange issue while testing my website on various devices, all of which are using Chrome. Everything displays correctly except when viewed on an iPhone, where I notice an unexplained extra height in the img tag.
Below is the HTML code that includes the img tag:
<div class="row align-content-center" id="tips-input">
<img class="col-5 img-fluid" src="images/tips-image.svg"/>
<div class="col-7">
Photo Code can be found within the printed photo
</div>
</div>
And here is the corresponding CSS:
#input-foto #input-box #tips-input img {height: auto;}
Screenshot from my device:
https://i.sstatic.net/eOl4k.jpg
Screenshot from an iPhone device:
https://i.sstatic.net/NeQCR.jpg