{# # Product Image Gallery (Bootstrap 5 Override) # # Renders the product image gallery with main image and thumbnail strip. # # Expected context: # product - WC_Product object # post_thumbnail_id - Main image attachment ID # columns - Number of thumbnail columns # gallery_image_ids - Array of gallery attachment IDs # main_image_html - Pre-rendered main image HTML # # WooCommerce PHP equivalent: single-product/product-image.php # # @package WcBootstrap # @since 0.1.0 #} {% set gallery_classes = 'woocommerce-product-gallery' %}