setTimeout(function() {
var imageLinks = {
"Wemby_Repack.png": "https://www.slabbys.com.au/products/slabbys-x-victor-wembanyama-mystery-slabby",
"Whatnot.png": "https://www.whatnot.com/user/slabbys",
"GradewithSlabby.png": "https://www.slabbys.com.au/pages/grading",
"Slabby_Repack.png": "https://www.slabbys.com.au/pages/what-is-a-slabby",
"Slabify.png": "https://www.slabbys.com.au/pages/slabify-by-slabbys"
};
// Set data-link based on image file name
$('.swiper-container_10 .swiper-slide img').each(function() {
var imgSrc = $(this).attr('src');
var fileName = imgSrc.substring(imgSrc.lastIndexOf('/') + 1).split('?')[0];
var link = imageLinks[fileName];
if (link) {
$(this).attr('data-link', link);
}
$(this).css('cursor', 'pointer');
});
// Click event to open link
$('.swiper-container_10 .swiper-slide img').on('click', function() {
var redirectUrl = $(this).data('link');
if (redirectUrl) {
window.open(redirectUrl, '_blank');
}
});
}, 2000);
.qe_slider_10 .pro_img img {object-fit: contain;}
.qeCollectionImageSlider .slider-1485 .create-fixed-bundle-default-image {background-color: #000;}
.qe_slider_image_slider_1485 .title_slider-images{display: none;}