| @@ -109,8 +109,18 @@ | ||
| 109 | 109 | 'defaultValue' => 200, |
| 110 | 110 | 'property' => 'height', |
| 111 | 111 | 'device' => $device, |
| 112 | 112 | ]), |
| 113 | + Range::get_css([ | |
| 114 | + 'attributeValue' => $attributes['scrollWidth'], | |
| 115 | + 'attributeObjectKey' => 'value', | |
| 116 | + 'isResponsive' => true, | |
| 117 | + 'defaultValue' => 100, | |
| 118 | + 'hasUnit' => true, | |
| 119 | + 'unitDefaultValue' => '%', | |
| 120 | + 'property' => 'width', | |
| 121 | + 'device' => $device, | |
| 122 | + ]), | |
| 113 | 123 | ); |
| 114 | 124 | } |
| 115 | 125 | public function get_scroll_option_css( $attributes, $device = '' ) { |
| 116 | 126 | $css = []; |