maxHlg method

ContainerBuilder maxHlg()

max-h-lg -->gt; max-height: 32rem (512px);

Implementation

ContainerBuilder maxHlg() {
  _maxHeight = 512;
  return this;
}