| @@ -732,9 +732,9 @@ | ||
| 732 | 732 | 'selector' => '{{WRAPPER}} .elementor-image-carousel-wrapper .elementor-image-carousel .swiper-slide-image', |
| 733 | 733 | ] |
| 734 | 734 | ); |
| 735 | 735 | |
| 736 | - $this->add_control( | |
| 736 | + $this->add_responsive_control( | |
| 737 | 737 | 'image_border_radius', |
| 738 | 738 | [ |
| 739 | 739 | 'label' => esc_html__( 'Border Radius', 'elementor' ), |
| 740 | 740 | 'type' => Controls_Manager::DIMENSIONS, |
| @@ -757,9 +757,9 @@ | ||
| 757 | 757 | ], |
| 758 | 758 | ] |
| 759 | 759 | ); |
| 760 | 760 | |
| 761 | - $this->add_control( | |
| 761 | + $this->add_responsive_control( | |
| 762 | 762 | 'caption_align', |
| 763 | 763 | [ |
| 764 | 764 | 'label' => esc_html__( 'Alignment', 'elementor' ), |
| 765 | 765 | 'type' => Controls_Manager::CHOOSE, |