get_id(); $attachment_ids = $_product->get_gallery_image_ids(); $images_size = $settings['image_size']; $enable_gallery = filter_var( $settings['enable_gallery'], FILTER_VALIDATE_BOOLEAN ); $zoom = 'yes' === $settings['enable_zoom'] ? 'jet-woo-product-gallery__image--with-zoom' : ''; $gallery = '[jet-woo-product-gallery]'; $video_thumbnail_url = $this->__get_video_thumbnail_url(); $video_type = jet_woo_gallery_video_integration()->get_video_type(); $video = $this->__get_video_html(); ?>