@@ 168-169 (lines=2) @@ | ||
165 | ); |
|
166 | ||
167 | // Set the presentation-wide settings |
|
168 | if ( '' != trim( $atts['transition'] ) ) { |
|
169 | $this->presentation_settings['transition'] = $atts['transition']; |
|
170 | } |
|
171 | ||
172 | if ( '' != trim( $atts['scale'] ) ) { |
|
@@ 280-281 (lines=2) @@ | ||
277 | ); |
|
278 | ||
279 | // Determine positioning based on transition |
|
280 | if ( '' == trim( $atts['transition'] ) ) { |
|
281 | $atts['transition'] = $this->presentation_settings['transition']; |
|
282 | } |
|
283 | ||
284 | // Setting the content scale |