voidlabs / mosaico

Mosaico - Responsive Email Template Editor
https://mosaico.io
GNU General Public License v3.0
1.71k stars 501 forks source link

Declare our upload inputs are for images files #586

Closed bago closed 2 years ago

bago commented 4 years ago

Declaring the accept attribute will slightly improve the UX uploading images by click/touch: <input type="file" accept="image/*;capture=camera">

bago commented 2 years ago

I decided to not add capture=camera as it is not standard and by default we prefer the devices to let the user choose from the gallery.