Skip to content

Commit 22de397

Browse files
authored
Update components.html
Fixes #609
1 parent 37e8f5b commit 22de397

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/components.html

+5
Original file line numberDiff line numberDiff line change
@@ -696,6 +696,11 @@ <h3>Options</h3>
696696
<td>float</td>
697697
<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>
698698
</tr>
699+
<tr>
700+
<td>exif</td>
701+
<td>bool</td>
702+
<td>Enable this to rotate the image based on the orientation from the [Exif](https://en.wikipedia.org/wiki/Exif) meta data.</td>
703+
</tr>
699704
</tbody>
700705
</table>
701706
</div>

0 commit comments

Comments
 (0)