jbmorgan / django-arthouse

0 stars 0 forks source link

Irregular banner image sizes disrupt the layout of the movie list page #12

Open jbmorgan opened 11 years ago

jbmorgan commented 11 years ago

After adding several movies at random, I noticed one film (Lincoln) had a banner image with a different aspect ratio than all of the others.

This can be dealt with in one of two ways, off the top of my head:

  1. Display these as background images instead of tags.
  2. During file upload, either crop the banner image to fit some set aspect ratio or save a smaller, cropped copy (300x169?) for the movie list.