Hi,
Please open to edit through FTP software functions.js at /dante/js/
Find this code
},
resizeCarousels: function() {
And Place this code just before it
jQuery('ul.nav-tabs li a').click(function(){
carouselWidgets.resizeCarousels();
});
So code will look like
jQuery('ul.nav-tabs li a').click(function(){
carouselWidgets.resizeCarousels();
});
},
resizeCarousels: function() {
Hope that should work and let me know your feedback.
Thanks ๐
With Best Regards
Swift Ideas