芝麻web文件管理V1.00
编辑当前文件:/home/seolotod/sthwholesaler.com/wp-content/themes/woodmart/inc/shortcodes/3d-view.php
'', 'img_size' => 'full', 'title' => '', 'link' => '', 'style' => '', 'el_class' => '', ), $atts ) ); $id = rand( 100, 999 ); $images = explode( ',', $images ); if( $link != '' ) { $class .= ' cursor-pointer'; } $class .= ' ' . $el_class; $frames_count = count( $images ); if ( $frames_count < 2 ) return; ob_start(); woodmart_enqueue_js_library( 'threesixty' ); woodmart_enqueue_js_script( 'view3d-element' ); woodmart_enqueue_inline_style( '360degree' ); $args = array( 'frames_count' => count( $images ), 'images' => array(), 'width' => '', 'height' => '', ); foreach ( $images as $img_id ) { $img = wp_get_attachment_image_src( $img_id, $img_size ); $args['width'] = isset( $img[1] ) ? $img[1] : ''; $args['height'] = isset( $img[2] ) ? $img[2] : ''; $args['images'][] = isset( $img[0] ) ? $img[0] : ''; } ?>
onclick="window.location.href=''" data-args=''>
0%