product_has_video() ) { return ''; } $this->add_render_attribute( 'video_popup_wrapper', 'class', 'jet-woo-product-video' ); if ( 'self_hosted' !== $video_type ) { $this->add_render_attribute( 'video_popup_wrapper', 'class', array( 'jet-woo-product-video-aspect-ratio', 'jet-woo-product-video-aspect-ratio--' . $settings['aspect_ratio'] ) ); } $this->add_render_attribute( 'video_popup_overlay', 'class', 'jet-woo-product-video__popup-overlay' ); if ( '' !== $video_thumbnail_url ) { $this->add_render_attribute( 'video_popup_overlay', 'style', 'background-image: url(' . $video_thumbnail_url . ');' ); } $this->add_render_attribute( 'popup_button', 'class', 'jet-woo-product-video__popup-button' ); $this->add_render_attribute( 'popup_button', 'role', 'button' ); $popup_button_html = '
get_render_attribute_string( 'popup_button' ) . '>'; $popup_button_html .= sprintf( '', esc_attr( $settings['popup-button-icon'] ) ); $popup_button_html .= sprintf( '%s', esc_html__( 'Open popup with video', 'jet-woo-product-gallery' ) ); $popup_button_html .= '
'; ?>
print_render_attribute_string( 'video_popup_wrapper' ); ?>>