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 89788fb commit cebb46fCopy full SHA for cebb46f
app/views/albums/_modal.html.erb
@@ -15,7 +15,7 @@
15
<div class="label">Válaszd ki a hozzáadandó képeket!</div>
16
<div class="file is-fullwidth has-name">
17
<label class="file-label">
18
- <%= form.file_field :images, multiple: true, accept: 'image/png, image/jpeg', class: 'file-input', id: 'fileinput' %>
+ <%= form.file_field :images, multiple: true, accept: 'image/png,image/jpeg,image/gif,image/webp', class: 'file-input', id: 'fileinput' %>
19
<span class="file-cta">
20
<span class="file-icon">
21
<i class="fas fa-upload"></i>
0 commit comments