There is a set of timeouts in /modules/mod_image_show_gk4/styles/gk_university/engine.js file, you would need to reduce them if size of your images is enought to load faster.
Each timeout looks this way:
- Code: Select all
setTimeout(function() {
bunch of code
}, 1000);
and the 1000px value (not only this one but all others) you would need to decrease.