*/ 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 ) ); if ( false !== $images ) { ?>