document what scaleEl is

pull/4140/head
Isaac Connor 2024-12-16 10:57:16 -05:00
parent 3aaba3154b
commit 4dcab65d51
1 changed files with 1 additions and 0 deletions

View File

@ -697,6 +697,7 @@ function endOfResize(e) {
* Uses the #content element
* figures out where bottomEl is in the viewport
* does calculations
* scaleEl is the thing to be scaled, should be a jquery object and should have height
* */
function scaleToFit(baseWidth, baseHeight, scaleEl, bottomEl, container, panZoomScale = 1) {
$j(window).on('resize', endOfResize); //set delayed scaling when Scale to Fit is selected