',
prev: '
',
closeBtn: '
'
},
beforeShow: function () {
var notLoadedElements = galleryImages.filter('[data-src]');
if (0 < notLoadedElements.length) {
notLoadedElements.each(function () {
var that = $(this);
that.attr('src', that.data('src')).removeAttr('data-src');
});
}
}
});
$('#flex-images-bx_1610421032_').flexImages({rowHeight: 150, truncate: 0 });
});