CaptureStrategy.fitHeight constructor

const CaptureStrategy.fitHeight()

Uses a JavaScript to calculate the dimensions required to fit the content height

Implementation

const CaptureStrategy.fitHeight()
    : width = null,
      height = null,
      script = fitHeightJs;