Skip to content

Commit

Permalink
Accept type images in input field #364 (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
aashna27 authored and jywarren committed Oct 5, 2018
1 parent b300dc2 commit 2e7e042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h1>Image Sequencer</h1>
<i>Select or drag in an image to start!</i>
</p>
<center>
<input type="file" id="fileInput" value="">
<input type="file" id="fileInput" value="" accept="image/*">
</center>
</div>

Expand Down

0 comments on commit 2e7e042

Please sign in to comment.