Limit cover image types to png/jpeg in the web UI

This commit is contained in:
Alex Ling 2020-04-20 07:36:55 +00:00
parent 490888ad71
commit fb05e913a0

View File

@ -128,7 +128,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="image/*">
<input type="file" accept="image/jpeg, image/png">
<span class="uk-link">selecting one</span>
</div>
</div>