I just noticed that if you enter a blip.tv video that is in a wide format, the Embedded Video Field does not guess the size correctly.
The video I posted should have a width of 400px and a height of 255px, but instead it posts with the dimensions of 425px by 350px.
I'm looking into this now, but wanted to post this here in case anyone else runs into the problem.
Comments
Comment #1
aaron commentedcurrently, you can only set the size at the field settings page. we'd have to make allowances for blip (and other providers) that send you differently aspected videos. not sure of a good ui for that either.
Comment #2
alex ua commentedI'm re-activating this ticket. It seems that there should be a way for us to allow for video default width/height to be used when a provider gives us that information (rather than having it hard coded in the field settings). For example, we already have information from Blip.tv about the size and width of the videos we embed (stored in $data[flv][width] & $data[flv][height]), but we choose to ignore that info). I think aaron's initial inclination is correct that this should ultimately be handled by the provider files, but at the moment we don't give the provider files the opportunity to override this setting (as far as I can tell).
Comment #3
alex ua commentedActually, now that I think about it we *do* give the provider files the opportunity to define this, since the theme function that creates the actual embed is housed within each provider.inc. So... I guess I'll just add this to the Media: Blip.tv queue? Aaron- do you have any thoughts on this?
Comment #4
aaron commentedactually, it would be good to allow an 'original' size, as nearly all providers will have a 'preferred' default size. that goes beyond bliptv.