Skip to content
This repository was archived by the owner on Oct 10, 2024. It is now read-only.

Commit f3c2f59

Browse files
authored
Readme: fixed API table
1 parent 03748e8 commit f3c2f59

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -160,26 +160,21 @@ Both parameters are optional.
160160
<td>
161161
Type: <code>string</code>, <code>element</code>, <code>array</code>, <code>NodeList</code>, <code>null</code><br>
162162
Default: <code>null</code><br><br>
163-
164163
The images to fix. More info in the <a href="#usage">Usage</a> section
165-
166164
</td>
167165
</tr>
168166
<tr>
169167
<th><code>options</code></th>
170168
<td>
171-
172169
Type: <code>object</code><br>
173170
Default: <code>{}</code><br>
174171
Example: <code>{watchMQ:true}</code><br><br>
175-
176172
<table>
177173
<tr>
178174
<th><code>watchMQ</code></th>
179175
<td>
180176
Type: <code>boolean</code><br>
181-
Default: <code>false</code>
182-
177+
Default: <code>false</code><br><br>
183178
This enables the automatic re-fix of the selected images when the window resizes. You only need it <a href="#apply-on-resize">in some cases</a>
184179
</td>
185180
</tr>

0 commit comments

Comments
 (0)