13 merge requests!28721Hot test,!27561Adds font-weight-medium to font weight classes,!26437merge,!22391V4 dev,!22547Finished a new translation for bootstrap,!22143Fix selectable disabled toggle radio buttons,!22598test,!21067dfsa,!25326Adjust examples,!23995Add back cursor: pointer for .btn-link,!23178Spinner,!20684v4: The Utilities Update,!17021v4
@@ -34,13 +34,13 @@ In Internet Explorer 9-10, SVG images with `.img-fluid` are disproportionately s
Add classes to an `<img>` element to easily style images in any project.
<divclass="bd-example bd-example-images">
<imgdata-src="holder.js/200x200"class="img-rounded"alt="A generic square placeholder image with rounded corners">
<imgdata-src="holder.js/200x200"class="rounded"alt="A generic square placeholder image with rounded corners">
<imgdata-src="holder.js/200x200"class="img-circle"alt="A generic square placeholder image where only the portion within the circle circumscribed about said square is visible">
<imgdata-src="holder.js/200x200"class="img-thumbnail"alt="A generic square placeholder image with a white border around it, making it resemble a photograph taken with an old instant camera">
</div>
{% highlight html %}
<imgsrc="..."alt="..."class="img-rounded">
<imgsrc="..."alt="..."class="rounded">
<imgsrc="..."alt="..."class="img-circle">
<imgsrc="..."alt="..."class="img-thumbnail">
{% endhighlight %}
...
...
@@ -50,31 +50,31 @@ Add classes to an `<img>` element to easily style images in any project.
Align images with the [helper float classes]({{ site.baseurl }}/components/utilities/#responsive-floats) or [text alignment classes]({{ site.baseurl }}/components/utilities/#text-alignment). `block`-level images can be centered using [the `.mx-auto` margin utility class]({{ site.baseurl }}/components/utilities/#horizontal-centering).
<divclass="bd-example bd-example-images">
<imgdata-src="holder.js/200x200"class="img-rounded pull-xs-left"alt="A generic square placeholder image with rounded corners">
<imgdata-src="holder.js/200x200"class="img-rounded pull-xs-right"alt="A generic square placeholder image with rounded corners">
<imgdata-src="holder.js/200x200"class="rounded pull-xs-left"alt="A generic square placeholder image with rounded corners">
<imgdata-src="holder.js/200x200"class="rounded pull-xs-right"alt="A generic square placeholder image with rounded corners">