IMDB unfurl image ratio incorrect

Mave

Active member
Not sure if this is an IMDB issue or a Xenforo issue.
Anyway: The ratio is incorrect for unfurled IMDB links: (width gets stretched)

Example: https://forums.tms.sx/threads/movies-general-discussion.24954/page-20#post-362015

BYZlsHb.png
 
FIXED by adding the following css:

Code:
/*imdb embed aspect ratio fix*/
.bbCodeBlock--unfurl .contentRow-figure.contentRow-figure--fixedSmall img {
  max-height: 383px;
}

b6f8i8W.png
 
Top Bottom