PluginProbe
Elementor Website Builder – more than just a page builder / 3.6.7
Elementor Website Builder – more than just a page builder v3.6.7
4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 4.1.0-dev1 4.0.7 All 451 releases
← All changes | includes/controls/image-dimensions.php +3 -3 4.2.0-dev23.6.7 View file →
@@ -90,17 +90,17 @@
90 90 <div class="elementor-control-field">
91 91 <label class="elementor-control-title">{{{ data.label }}}</label>
92 92 <div class="elementor-control-input-wrapper">
93 93 <div class="elementor-image-dimensions-field elementor-control-unit-2">
94 - <input id="<?php $this->print_control_uid( 'width' ); ?>" type="number" data-setting="width" />
94 + <input id="<?php $this->print_control_uid( 'width' ); ?>" type="text" data-setting="width" />
95 95 <label for="<?php $this->print_control_uid( 'width' ); ?>" class="elementor-image-dimensions-field-description"><?php echo esc_html__( 'Width', 'elementor' ); ?></label>
96 96 </div>
97 97 <div class="elementor-image-dimensions-separator">x</div>
98 98 <div class="elementor-image-dimensions-field elementor-control-unit-2">
99 - <input id="<?php $this->print_control_uid( 'height' ); ?>" type="number" data-setting="height" />
99 + <input id="<?php $this->print_control_uid( 'height' ); ?>" type="text" data-setting="height" />
100 100 <label for="<?php $this->print_control_uid( 'height' ); ?>" class="elementor-image-dimensions-field-description"><?php echo esc_html__( 'Height', 'elementor' ); ?></label>
101 101 </div>
102 - <button class="elementor-button elementor-image-dimensions-apply-button"><?php echo esc_html__( 'Apply', 'elementor' ); ?></button>
102 + <button class="elementor-button elementor-button-success elementor-image-dimensions-apply-button"><?php echo esc_html__( 'Apply', 'elementor' ); ?></button>
103 103 </div>
104 104 </div>
105 105 <?php
106 106 }