';
// Try multiple selectors to find the right place
if ($('.woocommerce-product-gallery').length) {
$('.woocommerce-product-gallery').after(videoHtml);
} else if ($('.product-images').length) {
$('.product-images').after(videoHtml);
} else if ($('.images').length) {
$('.images').after(videoHtml);
}
});