Your browser doesn't support the features required by impress.js, so you are presented with a simplified version of this presentation.
For the best experience please use the latest Chrome, Safari or Firefox browser.
'impressjsstep',
'post_status' => array('publish', 'draft'),
'posts_per_page' => -1,
'meta_key' => 'impressjs_sequencenumber',
'orderby' => 'meta_value_num',
'order' => 'ASC'
); } else {
$args=array(
'post_type' => 'impressjsstep',
'post_status' => array('publish'),
'posts_per_page' => -1,
'meta_key' => 'impressjs_sequencenumber',
'orderby' => 'meta_value_num',
'order' => 'ASC'
);
};
query_posts( $args );
$minX = 100000;
$maxX = -100000;
$minY = 100000;
$maxY = -100000;
$maxScale = 1;
if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
$maxX ) $maxX = get_post_meta(get_the_ID(), 'impressjs_datax', true) ;
};
if(get_post_meta(get_the_ID(), 'impressjs_datay', true) !== '') {
if (intval(get_post_meta(get_the_ID(), 'impressjs_datay', true)) < $minY) $minY = get_post_meta(get_the_ID(), 'impressjs_datay', true) ;
if (intval(get_post_meta(get_the_ID(), 'impressjs_datay', true)) > $maxY ) $maxY = get_post_meta(get_the_ID(), 'impressjs_datay', true) ;
};
if(get_post_meta(get_the_ID(), 'impressjs_datascale', true) !== '') {
if (intval(get_post_meta(get_the_ID(), 'impressjs_datascale', true)) > $maxScale ) $maxScale = get_post_meta(get_the_ID(), 'impressjs_datascale', true) ;
};
?>
>
DRAFT
We are working on an impressive 3D presentation here.
Stay tuned.