I have this image:
http://www.problemio.com/img/app-store-icon.png
When I render it on a web browser, it looks fine, but if I look at it from my phone's browser, it looks really stretched.
Here is how I display it in a div:
<div style="float: left; width: 300px; padding-top: 15px;">
<p><h3>Business Planning</h3></p>
<div style="float: left;">
<p><a href="https://apps.apple.com/us/app/business-plan-and-coach/id554845193">
<img src="https://i.stack.imgur.com/SvB20.png" style="border: none;" alt="iPhone and iPad Business Plan App" /></a>
</p>
</div>
<div style="float: left; padding-left: 10px;">
<p>
<a href="https://play.google.com/store/apps/details?id=business.premium">
<img src="http://problemio.com/img/google-play-icon.png" style="border: none;" alt="Android Business Plan App" /></a>
</p>
</div>
<div style="clear:both;"></div>
</div>
Any idea what may be causing the image to stretch when viewing on a mobile phone?