*/ global $content_width; $post_style = esc_html( get_theme_mod( 'canuck_blog_style', 'top_feature' ) ); $images = array(); $images = canuck_get_gallery_images(); $auto = intval( get_theme_mod( 'canuck_flex_gallery_auto', 0 ) ); $effect = esc_html( get_theme_mod( 'canuck_flex_gallery_effect', 'fade' ) ); $pause = intval( get_theme_mod( 'canuck_flex_gallery_pause', 5000 ) ); $trans_time = intval( get_theme_mod( 'canuck_flex_gallery_trans', 600 ) ); $use_lazyload = get_theme_mod( 'canuck_use_lazyload' ) ? true : false; if ( false !== $images ) { ?>
    $minheight ) { $imagedata[ $i ]['adjheight'] = intval( $minheight ); $imagedata[ $i ]['adjwidth'] = $imagedata[ $i ]['width'] * $minheight / $imagedata[ $i ]['height']; } else { $imagedata[ $i ]['adjheight'] = intval( $imagedata[ $i ]['height'] ); $imagedata[ $i ]['adjwidth'] = intval( $imagedata[ $i ]['width'] ); } } for ( $i = 1; $i < $count + 1; $i++ ) { ?>
  • <?php esc_attr_e( 'flex feature', 'canuck' ); ?>
  • <?php esc_attr_e( 'splide thumb', 'canuck' ); ?>