| @@ -382,8 +382,9 @@ | ||
| 382 | 382 | 'type' => Controls_Manager::SELECT, |
| 383 | 383 | 'default' => 'default', |
| 384 | 384 | 'options' => [ |
| 385 | 385 | 'default' => __( 'Default', 'elementor' ), |
| 386 | + 'full' => __( 'Fit To Screen', 'elementor' ), | |
| 386 | 387 | 'min-height' => __( 'Min Height', 'elementor' ), |
| 387 | 388 | ], |
| 388 | 389 | 'prefix_class' => 'elementor-section-height-', |
| 389 | 390 | 'hide_in_top' => true, |
| @@ -409,8 +410,9 @@ | ||
| 409 | 410 | ], |
| 410 | 411 | 'condition' => [ |
| 411 | 412 | 'height_inner' => [ 'min-height' ], |
| 412 | 413 | ], |
| 414 | + 'size_units' => [ 'px', 'vh', 'vw' ], | |
| 413 | 415 | 'hide_in_top' => true, |
| 414 | 416 | ] |
| 415 | 417 | ); |
| 416 | 418 | |