|
@@ 287-289 (lines=3) @@
|
| 284 |
|
$this->scale_images = true; |
| 285 |
|
|
| 286 |
|
$width = '1024'; |
| 287 |
|
if ( isset( $this->options['width'] ) && '' !== $this->options['width'] ) { |
| 288 |
|
$width = $this->options['width']; |
| 289 |
|
} |
| 290 |
|
|
| 291 |
|
$height = '768'; |
| 292 |
|
if ( isset( $this->options['height'] ) && '' !== $this->options['height'] ) { |
|
@@ 1035-1037 (lines=3) @@
|
| 1032 |
|
); |
| 1033 |
|
|
| 1034 |
|
if ( false !== $this->options ) { |
| 1035 |
|
if ( isset( $this->options['width'] ) && '' !== $this->options['width'] ) { |
| 1036 |
|
$defaults['width'] = $this->options['width']; |
| 1037 |
|
} |
| 1038 |
|
|
| 1039 |
|
if ( isset( $this->options['height'] ) && '' !== $this->options['height'] ) { |
| 1040 |
|
$defaults['height'] = $this->options['height']; |