← All changes
|
includes/widgets/Hovering_Image_Stack/Hovering_Image_Stack.php
+2
-2
51.1.37
→
51.1.83
View file →
| @@ -254,9 +254,9 @@ | ||
| 254 | 254 | 'show_label' => true, |
| 255 | 255 | 'label' => esc_html__('Items', 'king-addons'), |
| 256 | 256 | 'type' => Controls_Manager::REPEATER, |
| 257 | 257 | 'fields' => $repeater->get_controls(), |
| 258 | - 'title_field' => '{{{ name }}}', | |
| 258 | + 'title_field' => '{{ name }}', | |
| 259 | 259 | 'default' => [ |
| 260 | 260 | [ |
| 261 | 261 | 'king_addons_hovering_image_stack_image' => [ |
| 262 | 262 | 'url' => Utils::get_placeholder_image_src(), |
| @@ -414,9 +414,9 @@ | ||
| 414 | 414 | 'max' => 100, |
| 415 | 415 | ], |
| 416 | 416 | ], |
| 417 | 417 | 'selectors' => [ |
| 418 | - '{{WRAPPER}} .king-addons-hovering-image-stack-wrapper' => 'width: {{SIZE}}{{UNIT}};', | |
| 418 | + '{{WRAPPER}} .king-addons-hovering-image-stack-wrapper' => 'width: {{SIZE}}{{UNIT}}; max-width: 100%;', | |
| 419 | 419 | ], |
| 420 | 420 | ] |
| 421 | 421 | ); |
| 422 | 422 | |