Still working on the DVDpedia template - it's a bit difficult because my HTML editing program likes to overwrite hard links >_<.
But, you can see the results of Conor's changes with the coverImageHeight and coverImageWidth tags:
http://www.twoevils.org/html/mygames/The window should be properly sized immediately, on every click. For something with a long description (try Fallout 3), you now get a scrollbar in the window, which I think is much friendlier.
As for DVDpedia, I've added one new feature: sorting by movie rating. In a normal sorting - you can see this in DVDpedia actually - movie ratings will be sorted like this:
G > NR > PG > PG-13 > R > X
This is not
so bad, since the MPAA rating system is pretty alphabetical. Once you start adding in ratings like A, U, B, C, 12A, R-15 and so on... then things start to get pretty screwed up. The MPAA's "R" rating is 17+, but R-15 would get sorted after it. FancyIndex understands the movie ratings, and so here is how it sorts:
G == A == U
PG
PG-12 == 12 == 12A == B
PG-13
R-15 == 15 == B-15
16
R == R-18 == 18 == C
NC-17 == X
NR (not rated)
Everything else
This should cover MPAA (US), UK, Mexico, Germany, Ireland, and Japan's rating systems, at least. Let me know if you have any feedback or any ideas on what you'd like to see in the DVDpedia version. Thanks!