基金会

缩略图

使用我们的缩略图样式为图像标签添加装饰。

.thumbnail 类可以直接应用于 <img> 元素,或将其包装在 <a> 中。确保 <img> 具有描述图像内容的 alt 属性。

缩略图样式向图像添加内边距和边框阴影。要使用它,只需将类 .thumbnail 添加到图像元素。

HTML
<img src="https://placehold.it/200x200" class="thumbnail">
<html>

<head></head>

<body><img src="https://placehold.it/200x200" class="thumbnail"></body>

</html>

演示