We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 309d1ba commit 4b7fb8aCopy full SHA for 4b7fb8a
index.html
@@ -1,7 +1,7 @@
1
<!DOCTYPE HTML>
2
<!--
3
/*
4
- * jQuery File Upload Plugin Demo 6.5.2
+ * jQuery File Upload Plugin Demo 6.5.3
5
* https://github.com/blueimp/jQuery-File-Upload
6
*
7
* Copyright 2010, Sebastian Tschan
@@ -118,7 +118,7 @@ <h3>Demo Notes</h3>
118
</div>
119
120
<!-- modal-gallery is the modal dialog used for the image gallery -->
121
-<div id="modal-gallery" class="modal modal-gallery hide fade">
+<div id="modal-gallery" class="modal modal-gallery hide fade" data-filter=":odd">
122
<div class="modal-header">
123
<a class="close" data-dismiss="modal">×</a>
124
<h3 class="modal-title"></h3>
0 commit comments