product_has_video() ) { return ''; } $this->add_render_attribute( 'video_wrapper', 'class', 'jet-woo-product-video' ); if ( 'self_hosted' !== $video_type ) { $this->add_render_attribute( 'video_wrapper', 'class', array( 'jet-woo-product-video-aspect-ratio', 'jet-woo-product-video-aspect-ratio--' . $settings['aspect_ratio'] ) ); } $this->add_render_attribute( 'video_overlay', 'class', 'jet-woo-product-video__overlay' ); if ( '' !== $video_thumbnail_url ) { $this->add_render_attribute( 'video_overlay', 'style', 'background-image: url(' . $video_thumbnail_url . ');' ); } if ( filter_var( $settings['show_play_button'], FILTER_VALIDATE_BOOLEAN ) ) { $this->add_render_attribute( 'play_button', 'class', 'jet-woo-product-video__play-button' ); $this->add_render_attribute( 'play_button', 'role', 'button' ); $play_button_html = '