We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 907a883 commit eabc5fbCopy full SHA for eabc5fb
README.md
@@ -144,6 +144,12 @@ How to use:
144
<td>false</td>
145
<td>Whether to show caption or not</td>
146
</tr>
147
+ <tr>
148
+ <td>disableScroll</td>
149
+ <td>Boolean</td>
150
+ <td>true</td>
151
+ <td>set to `true` to avoid scrolling views behind lightbox</td>
152
+ </tr>
153
</tbody>
154
</table>
155
@@ -187,3 +193,4 @@ Most of the CSS belongs to [react-images](https://github.com/jossmac/react-image
187
193
### Contributors:
188
194
- [@imcvampire](https://github.com/imcvampire)
189
195
- [@krystalcampioni](https://github.com/krystalcampioni)
196
+- [@jstr14](https://github.com/jstr14)
0 commit comments