|
@@ 298-300 (lines=3) @@
|
| 295 |
|
} |
| 296 |
|
|
| 297 |
|
$cropping = 'w'; |
| 298 |
|
if ( isset( $this->options['cropping'] ) && '' !== $this->options['cropping'] ) { |
| 299 |
|
$cropping = $this->options['cropping']; |
| 300 |
|
} |
| 301 |
|
|
| 302 |
|
$this->image_scaling_url = 'https://wetu.com/ImageHandler/' . $cropping . $width . 'x' . $height . '/'; |
| 303 |
|
} |
|
@@ 1040-1042 (lines=3) @@
|
| 1037 |
|
$defaults['height'] = $this->options['height']; |
| 1038 |
|
} |
| 1039 |
|
|
| 1040 |
|
if ( isset( $this->options['cropping'] ) && '' !== $this->options['cropping'] ) { |
| 1041 |
|
$defaults['cropping'] = $this->options['cropping']; |
| 1042 |
|
} |
| 1043 |
|
} |
| 1044 |
|
|
| 1045 |
|
$args = wp_parse_args( $args, $defaults ); |