|
@@ 304-306 (lines=3) @@
|
| 301 |
|
} |
| 302 |
|
|
| 303 |
|
$cropping = 'w'; |
| 304 |
|
if ( isset( $this->options['cropping'] ) && '' !== $this->options['cropping'] ) { |
| 305 |
|
$cropping = $this->options['cropping']; |
| 306 |
|
} |
| 307 |
|
|
| 308 |
|
$this->image_scaling_url = 'https://wetu.com/ImageHandler/' . $cropping . $width . 'x' . $height . '/'; |
| 309 |
|
} |
|
@@ 1053-1055 (lines=3) @@
|
| 1050 |
|
$defaults['height'] = $this->options['height']; |
| 1051 |
|
} |
| 1052 |
|
|
| 1053 |
|
if ( isset( $this->options['cropping'] ) && '' !== $this->options['cropping'] ) { |
| 1054 |
|
$defaults['cropping'] = $this->options['cropping']; |
| 1055 |
|
} |
| 1056 |
|
} |
| 1057 |
|
|
| 1058 |
|
$args = wp_parse_args( $args, $defaults ); |