|
@@ 294-296 (lines=3) @@
|
| 291 |
|
$this->scale_images = true; |
| 292 |
|
|
| 293 |
|
$width = '1024'; |
| 294 |
|
if ( isset( $this->options['width'] ) && '' !== $this->options['width'] ) { |
| 295 |
|
$width = $this->options['width']; |
| 296 |
|
} |
| 297 |
|
|
| 298 |
|
$height = '768'; |
| 299 |
|
if ( isset( $this->options['height'] ) && '' !== $this->options['height'] ) { |
|
@@ 1045-1047 (lines=3) @@
|
| 1042 |
|
); |
| 1043 |
|
|
| 1044 |
|
if ( false !== $this->options ) { |
| 1045 |
|
if ( isset( $this->options['width'] ) && '' !== $this->options['width'] ) { |
| 1046 |
|
$defaults['width'] = $this->options['width']; |
| 1047 |
|
} |
| 1048 |
|
|
| 1049 |
|
if ( isset( $this->options['height'] ) && '' !== $this->options['height'] ) { |
| 1050 |
|
$defaults['height'] = $this->options['height']; |