house9/jquery-iframe-auto-height

calculation of newHeight based on minHeight in IE and FF

Closed this issue · 0 comments

options.minHeight is interpreted as a string in IE and FF
resulting in incorrect newHeight.

newHeight = options.minHeight + options.heightOffset;