The Django widthratio tag takes three arguments - the top and bottom of a ratio, and a constant value.
If the ratio is greater than one, then the rendered result will be greater than the constant. For example, if your first two numbers are 6 and 3 and your constant is 100, then the rendered number would be 200, not 100.
I'm wondering if there is a way to set a ceiling for a widthratio tag so that the rendered result would not be above the constant, preferably without a new tag or filter.