如何防止 Tumblr 页面中的图像拉伸?
我使用 Tumblr 作为我的乐队的网站。我正在制作唱片目录页面,并尝试将专辑插图以 240 像素 x 240 像素的比例放入页面中,但它正在拉伸,我不完全确定如何阻止它这样做。
任何帮助将不胜感激。谢谢。
I use Tumblr as my website for my band. I'm working on the discography page and I'm trying to put album artwork into a page at a 240px by 240px ratio, but it's stretching and I'm not entirely sure how to stop it from doing that.
Any help would be greatly appreciated. Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
#entry img { width: auto; }
#entry img { width: auto; }