mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
Fixes #6941: add alt attribute to images
This commit is contained in:
parent
bcb6dd5ee6
commit
e44f8cc560
@ -1906,14 +1906,14 @@ For example, <code>&lt;section&gt;</code> should be wrapped
|
||||
|
||||
<p>Add classes to an <code><img></code> element to easily style images in any project. Rounded corners are not available in IE8.</p>
|
||||
<div class="bs-docs-example bs-docs-example-images">
|
||||
<img data-src="holder.js/140x140" class="img-rounded">
|
||||
<img data-src="holder.js/140x140" class="img-circle">
|
||||
<img data-src="holder.js/140x140" class="img-thumbnail">
|
||||
<img data-src="holder.js/140x140" class="img-rounded" alt="">
|
||||
<img data-src="holder.js/140x140" class="img-circle" alt="">
|
||||
<img data-src="holder.js/140x140" class="img-thumbnail" alt="">
|
||||
</div>
|
||||
<pre class="prettyprint linenums">
|
||||
<img src="..." class="img-rounded">
|
||||
<img src="..." class="img-circle">
|
||||
<img src="..." class="img-thumbnail">
|
||||
<img src="..." class="img-rounded" alt="">
|
||||
<img src="..." class="img-circle" alt="">
|
||||
<img src="..." class="img-thumbnail" alt="">
|
||||
</pre>
|
||||
|
||||
</section>
|
||||
|
Loading…
x
Reference in New Issue
Block a user