Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ <h3>Image Hosting & Cross Origin Errors</h3>
<article>
<a id="visibility" name="visibility"></a>
<h3>Visibility and Binding</h3>
<p>Croppie is dependent on it's container being visible when the <a href="#bind">bind</a> method is called. This can be an issue when your croppie component is inside a modal that isn't shown. Let's take the bootstrap modal for example..</p>
<p>Croppie is dependent on its container being visible when the <a href="#bind">bind</a> method is called. This can be an issue when your croppie component is inside a modal that isn't shown. Let's take the bootstrap modal for example..</p>
<pre class="language-javascript"><code class="language-javascript">
var myCroppie = $('#my-croppie').croppie(opts);
$('#my-modal').on('shown.bs.modal', function(){
Expand Down