Skip to content

Commit

Permalink
Added dataUris settings to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Sep 2, 2014
1 parent 69577c1 commit 6e32a59
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions index.html
Expand Up @@ -284,6 +284,7 @@ <h3 id="settings">Settings</h3>
change: null,
changeDelay: 0,
control: 'hue',
dataUris: true,
defaultValue: '',
hide: null,
hideSpeed: 100,
Expand Down Expand Up @@ -358,6 +359,14 @@ <h3 id="settings">Settings</h3>
</p>
</dd>

<dt>dataUris</dt>
<dd>
<p>
This setting will force the plugin to load an external image instead of using
dataURIs. Set this to <code>false</code> if you require IE7 support.
</p>
</dd>

<dt>defaultValue</dt>
<dd>
<p>
Expand Down

0 comments on commit 6e32a59

Please sign in to comment.