jansmolders86 / mediacenterjs

A HTML/CSS/Javascript (NodeJS) based Media center
http://mediacenterjs.com
1.29k stars 245 forks source link

Inconsistent thumbnail size on the movie page #127

Closed MartijnBraam closed 10 years ago

MartijnBraam commented 10 years ago

It seems that some thumbnails on the movie page are slightly smaller than the others; screwing up the float layout.

screenshot from 2014-07-24 21 09 05

In this screenshot the thumbnail for Redemption (wrong metadata, another issue) is slighly smaller than the others. This happens for about 10 movies in my library of 253 movies.

jansmolders86 commented 10 years ago

Great find, I will reproduce and fix this issue!

jansmolders86 commented 10 years ago

I pushed a fix for this issue! Thank again for reporting!

Would you mind testing if it works now?

MartijnBraam commented 10 years ago

It's almost working now. There is one movie listed twice for some reason and one thumbnail is not resized

screenshot from 2014-07-28 23 08 50

This is a movie split in 2 files (cd1.avi and cd2.avi)

jansmolders86 commented 10 years ago

If formatted correctly (eg 'Fight Club (1999) CD1.avi'), they should have a banner showing which is cd 1 and which is cd 2) . There was a typo preventing this functionality from displaying which I fixed, so if you pull a latest version you should see the banners.

I will have a look at the size difference!

MartijnBraam commented 10 years ago

Yes the banner is now showing.

jansmolders86 commented 10 years ago

The banner positioning should be fixed as well now :)