本文介绍了使用twitter启动缩略图设置overflow属性的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我试图在固定尺寸的缩略图中显示不同高度和宽度的图片。为了实现这一点,我试图调整图像大小,而不影响长宽比,然后隐藏从缩略图高度和宽度溢出的图像部分。
I am trying to display images of varying height and width in thumbnails of fixed dimensions. To achieve this, i am attempting to resize the image without affecting the aspect ratio, and then hiding the parts of the image that overflows from the thumbnail height and width.
I试图在缩略图类上使用overflow:hiddencss属性,但是图片中仍然出现了图片溢出的部分。
I tried using "overflow:hidden" css property on the thumbnail class, but the supposedly overflowing parts of the pictures still appeared nevertheless.
这是一个我不喜欢的attemp以防止缩略图显示溢出
谢谢!
推荐答案
这是你需要的:
这篇关于使用twitter启动缩略图设置overflow属性的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!