jferreira / rails_DRONE

0 stars 0 forks source link

Upload gif #72

Closed rogermutt closed 5 years ago

rogermutt commented 5 years ago

Allowing uploading gifs when creating a new package

When a gif is uploaded this it will be displayed as the thumbnail in the package#index page. If no gif is uploaded the package will display the image_URL. If no image URL, then will display a grey background.

screen shot 2018-11-10 at 12 50 41 pm

Run bundle install to test it

It will require discussion regarding usage of image_url field + whether we allow more gifs to be uploaded in package#show page.