Closed (works as designed)
Project:
Video Filter
Version:
6.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
14 Dec 2008 at 13:04 UTC
Updated:
22 Sep 2010 at 11:11 UTC
Jump to comment: Most recent file
Comments
Comment #1
mrfelton commentedproblem for me too.
Comment #2
mrfelton commentedActually, this happens for the height and width defined on the tag too, not just the defaults. (changing title to reflect this)
Comment #3
jabberwok commentedme too
I fixed it by going into the video_filters.inc file and changing the default ratio to what I wanted then set the height in settings.
My problem is when I set the height/width it appears that size in both teasers and node views
Comment #4
blackdog commentedYes, this is how the module was designed, but I can see how it's (more) useful to be able to have the height adjust to the width, not the other way around.
It's really a simple change, but I'm hesitant to just change it. I've made it a setting which defaults to height taking priority since that's what we have today. Please test!
Comment #5
mrfelton commentedDoes the trick. Thanks.
Comment #6
blackdog commentedCommitted both branches.
Comment #7
jumpfightgo commentedWorks great for me to. thx
Comment #8
marcvangendThanks for the patch. I'm looking forward to the next official release.
Comment #10
mrfelton commentedThis doesn't seem to be in the latest DRUPAL-6--2 branch??
Comment #11
mrfelton commentedUpdated patch to work with latest CVS.
Comment #12
blackdog commentedWe removed this option in favor of a new way of calculating size, see #644130: Unexpected or even wrong scaling of videos. I haven't yet released that code though, so if you find that it doesn't work as expected, let me know.