Skip to main content
Skip to footer
document.addEventListener('DOMContentLoaded', function () {
setTimeout(function () {
if (typeof $.fn.flexslider === 'function') {
$('.woocommerce-product-gallery').each(function () {
$(this).flexslider({
animation: 'slide',
controlNav: 'thumbnails',
smoothHeight: true,
});
});
}
}, 300); // delay để đảm bảo ảnh đã render
});