mirror of
https://github.com/jasny/bootstrap.git
synced 2026-04-24 03:00:49 -04:00
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7258cacb83 | ||
|
|
d2eb1fb1e1 | ||
|
|
89735b2711 | ||
|
|
84922a48ad | ||
|
|
22de39727a | ||
|
|
37e8f5b94f | ||
|
|
d3c511c8f6 |
@@ -1,3 +1,6 @@
|
||||
> This extension is for **Bootstrap 4**. Almost all of the components of this extension have been added to Bootstrap 5, making this library redundant.
|
||||
> Because Bootstrap 4 has reached its end of life, Jasny Bootstrap will no longer be updated.
|
||||
|
||||
# [Jasny Bootstrap](http://jasny.github.io/bootstrap/)
|
||||
|
||||
Jasny Bootstrap is an extension of the famous [Bootstrap](http://getbootstrap.com/), adding the following components:
|
||||
|
||||
@@ -24,7 +24,7 @@ repo: https://github.com/jasny/bootstrap
|
||||
|
||||
download:
|
||||
source: https://github.com/jasny/bootstrap/archive/v4.0.0.zip
|
||||
dist: https://github.com/jasny/bootstrap/releases/download/v4.0.0/jasny-bootstrap-4.0.0-dist.zip
|
||||
dist: https://github.com/jasny/bootstrap/releases/download/v4.0.0/jasny-bootstrap-v4.0.0.zip
|
||||
|
||||
cdn:
|
||||
css: //cdnjs.cloudflare.com/ajax/libs/jasny-bootstrap/4.0.0/css/jasny-bootstrap.min.css
|
||||
|
||||
@@ -11,6 +11,6 @@
|
||||
|
||||
|
||||
<div id="carbonads-container">
|
||||
<script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?zoneid=1673&serve=C6AILKT&placement=jansy" id="_carbonads_js"></script>
|
||||
<script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CKYIK277&placement=wwwjasnynet" id="_carbonads_js"></script>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -23,7 +23,10 @@
|
||||
Currently v{{ site.current_version }}
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{ page.base_url }}2.3.1/">Bootstrap 2.3.1 docs</a>
|
||||
<a href="{{ page.base_url }}3.2.0/">v3.2.0 docs</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{ page.base_url }}2.3.1/">v2.3.1 docs</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{ site.repo }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'GitHub project']);">GitHub project</a>
|
||||
|
||||
@@ -696,6 +696,11 @@ $('tbody.rowlink').rowlink()
|
||||
<td>float</td>
|
||||
<td>Use this option if you want to limit file upload size. It's in <code>MB</code> and should be set for <code>.fileinput</code> element. For ex. <code>data-max-size="3"</code> allows upload only for files with size <= 3MB. If several files are selected, and only one of them is greater then this option value, all files will be discarded. Event <code>max_size.bs.fileinput</code> is triggered on discard.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>exif</td>
|
||||
<td>bool</td>
|
||||
<td>Enable this to rotate the image based on the orientation from the [Exif](https://en.wikipedia.org/wiki/Exif) meta data.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user