robertdhart99 / Movies7

0 stars 0 forks source link

Upload images of movies thumbnails to project/ update names of movies #2

Open ibukundanny opened 2 years ago

ibukundanny commented 2 years ago

WWWROOT edit the images and images names. Ensure images are on 110x200 ratio Ensure all images are in .png

ccbrowndev commented 2 years ago

Instead of using a strict ratio, I'm thinking it's going to be better if we just set a maximum width and assume that the height won't vary too much. Can always crop images down to the lowest height value if they need to be exact same size.

So when I get all the images I'm going to go ahead and make a test pass at 110 max width. Using image magick CLI I can rapidly do other changes so if we need wider than 110 or what have you, it should be manageable.

Edit:

I have created the 110 width images, the sizes are pretty close so it may work. It's getting too late to test it but I'll try to tomorrow after my morning classes