Mercurial > libervia-templates
comparison sat_templates/templates/bulma/photo/album.html @ 282:46eee98c19d8
bulma (photo/album): accept videos for upload
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 25 Aug 2020 08:43:32 +0200 |
parents | 4efd3d23de17 |
children | 7670752665e0 |
comparison
equal
deleted
inserted
replaced
281:742c59641bf5 | 282:46eee98c19d8 |
---|---|
42 </div> | 42 </div> |
43 </div> | 43 </div> |
44 <h2 class="title is-4 has-text-centered is-hidden-touch">OR</h2> | 44 <h2 class="title is-4 has-text-centered is-hidden-touch">OR</h2> |
45 <div class="file is-large is-boxed is-centered"> | 45 <div class="file is-large is-boxed is-centered"> |
46 <label class="file-label"> | 46 <label class="file-label"> |
47 <input id="file_input" class="file-input" type="file" accept="image/*" name="photos_upload" multiple> | 47 <input id="file_input" class="file-input" type="file" accept="image/*,video/*" name="photos_upload" multiple> |
48 <span class="file-cta"> | 48 <span class="file-cta"> |
49 <span class="file-icon is-marginless"> | 49 <span class="file-icon is-marginless"> |
50 <i class="icon-upload"></i> | 50 <i class="icon-upload"></i> |
51 </span> | 51 </span> |
52 <span class="file-label"> | 52 <span class="file-label"> |