uniqid(), 'img_id' => '', 'img_size' => 'medium', 'img_align' => 'left', 'click_action' => 'none', 'img_link' => '', 'img_link_blank' => 'no', 'extra_classes' => '', 'css' => '', 'display_inline' => 'no', // Global. 'parallax_scroll' => 'no', 'scroll_x' => 0, 'scroll_y' => -80, 'scroll_z' => 0, 'scroll_smooth' => '', ), $atts ); ob_start(); if ( empty( $atts['img_id'] ) ) { return false; } $title_id = 'wd-' . $atts['woodmart_css_id']; $image_link_atts = ''; $wrapper_classes .= ' text-' . $atts['img_align']; if ( function_exists( 'vc_shortcode_custom_css_class' ) ) { $wrapper_classes .= ' ' . vc_shortcode_custom_css_class( $atts['css'] ); } if ( ! empty( $atts['extra_classes'] ) ) { $wrapper_classes .= ' ' . $atts['extra_classes']; } if ( 'links' === $atts['click_action'] && function_exists( 'vc_value_from_safe' ) ) { $atts['img_link'] = vc_value_from_safe( $atts['img_link'] ); } $image_data = wpb_getImageBySize( array( 'attach_id' => $atts['img_id'], 'thumb_size' => $atts['img_size'], ) ); $image_html = isset( $image_data['thumbnail'] ) ? $image_data['thumbnail'] : ''; if ( 'lightbox' === $atts['click_action'] ) { $wrapper_classes .= ' photoswipe-images'; woodmart_enqueue_js_library( 'photoswipe-bundle' ); woodmart_enqueue_inline_style( 'photoswipe' ); woodmart_enqueue_js_script( 'photoswipe-images' ); if ( isset( $image_data['p_img_large'] ) ) { $atts['img_link'] = isset( $image_data['p_img_large'][0] ) ? $image_data['p_img_large'][0] : ''; $width = isset( $image_data['p_img_large'][1] ) ? $image_data['p_img_large'][1] : ''; $height = isset( $image_data['p_img_large'][2] ) ? $image_data['p_img_large'][2] : ''; $image_link_atts .= ' data-width="' . esc_attr( $width ) . '" data-height="' . esc_attr( $height ) . '"'; } } if ( 'yes' === $atts['display_inline'] ) { $wrapper_classes .= ' inline-element'; } if ( isset( $image_data['p_img_large'][0] ) && woodmart_is_svg( $image_data['p_img_large'][0] ) ) { $image_html = woodmart_get_svg_html( $atts['img_id'], $atts['img_size'] ); } if ( 'yes' === $atts['img_link_blank'] ) { $image_link_atts .= ' target="_blank"'; } ?>
>