afup / haphpy-birthday

Website for PHP 20th anniversary video
http://haphpy-birthday.net
MIT License
22 stars 43 forks source link

Check uploaded pictures #38

Closed woecifaun closed 9 years ago

woecifaun commented 9 years ago

:warning: Starting to work on this issue? please indicate it in a comment below.

Uploaded pictures should be:

woecifaun commented 9 years ago

I think a client-side precheck could be a good thing.

None of the pictures uploaded yet are in a 16 ⨉ 9 aspect ratio.

There's a possibility to display the image how it will be cropped just modifying dropify (the file input of elaostrap) even without javascript.

Just a thought. (but is the most important point people must understand − uploaded images don't have to be this aspect ratio but user must not it will be cropped)

woecifaun commented 9 years ago

I'm working on it.

I'll probably just set up a cropping div with the media only once the media is uploaded. This allow both picture and video to be previewed.