XF 1.5 Youtube videos in quotes

Nebulous

Well-known member
Quick question,

How do I get YouTube videos to display normal size in quote boxes?

They are scaled down to a smaller size by default and I'd like to disable that.
 
See the bb_code.css template and the values within this selector:
Code:
.bbCodeQuote iframe,
.bbCodeQuote .fb_iframe_widget,
.bbCodeQuote object,
.bbCodeQuote embed
(Or just remove the max width/height there.)
 
Top Bottom