remove max-height for iframe in show pages, this gets rid of the Chromium bug where YouTube videos appear in strange, elongated dimensions

This commit is contained in:
Sean Tilley 2012-05-30 19:11:27 -05:00
parent 6dba7fe9a9
commit dfa925c375

View file

@ -98,7 +98,6 @@ a { color : $link-blue }
width: 857px; width: 857px;
height: 480px; height: 480px;
max-width: 100%; max-width: 100%;
max-height: 100%;
} }
} }