我有这张图片:
http://www.problemio.com/img/app-store-icon.png
当我在网络浏览器上渲染它时,它看起来很好,但如果我从手机的浏览器看它,它看起来真的很拉伸。
这是我在 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>
知道在手机上查看时可能导致图像拉伸的原因是什么吗?