﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
11980	oembed not respecting Media -> Maximum embed size -> height	philipsoutham	Viper007Bond	"When adding an oauth provider that is not in the current whitelist, via the following code in functions.php

{{{
#!php
add_action('init', 'movieclips_embeds');

function movieclips_embeds() {
    wp_oembed_add_provider( '#http://(www\.)?movieclips.com/watch/[\w]+/[\w]+/#i', 'http://movieclips.com/services/oembed/' , true);
}

}}}

The Maximum embed size ""height"" paramter (set in settings->media) seems to be ignored, sending a value of 700 to the provider unless explicitly set in the embed short tag. Please see attached screenshots for demonstration of bug to aid in my explanation.

"	defect (bug)	closed	normal	3.0	Embeds	2.9	major	fixed	has-patch commit	
