Support all image types (resolves #192)

This commit is contained in:
Alex Ling
2021-09-06 13:32:10 +00:00
parent da8a485087
commit f67e4e6cb9
5 changed files with 9 additions and 10 deletions

View File

@@ -101,7 +101,7 @@
<span uk-icon="icon: cloud-upload"></span>
<span class="uk-text-middle">Upload a cover image by dropping it here or</span>
<div uk-form-custom>
<input type="file" accept="<%= SUPPORTED_IMG_TYPES.join ", " %>">
<input type="file" accept="image/*">
<span class="uk-link">selecting one</span>
</div>
</div>