📅  最后修改于: 2020-12-19 02:49:30             🧑  作者: Mango
Bootstrap支持映像。 Bootstrap中有三个类,可用于将一些简单样式应用于图像。
以下类为图像添加样式:
Classes | Uses |
---|---|
.img-rounded | It adds border-radius:6px to give the image rounded corners. |
.img-circle | It makes the entire image round by adding border-radius:500px. |
.img-thumbnail | It adds a bit of padding and a gray border. |
.img-rounded类用于向图像添加圆角(IE8不支持圆角)。
例:
Bootstrap image
Rounded Corners
.img-circle类用于将图像成形为圆形(IE8不支持圆角)。
例:
Bootstrap image
Circle
.img-thumbnail类用于将图像成形为缩略图。
例:
Bootstrap image
Thumbnail
响应图像可以自动调整自身以适合屏幕尺寸。您可以通过向标记添加.img响应类来创建响应图像。然后,图像将很好地缩放到父元素。
.img响应类适用于display:block;最大宽度:100%;和高度:自动;图片。
例:
Bootstrap Example
Responsive Image
在Bootstrap中,您还可以添加视频并在任何设备上正确缩放它们。 .embed-sensitive-item类用于创建响应视频。类可以直接应用于
让我们举个例子:
在以下示例中,我们将.embed-sensitive-item类添加到
例:
Bootstrap Example
Responsive Embed
对齐图像用于使图像通过.float-right类向右浮动,或者通过.float-left类向左浮动。
例:
Bootstrap Example
Aligning images Example
Use the float classes to float the image to the left or to the right: